@charset "UTF-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
/* CSS Document */
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

body {
	background: #000;
	background-image: url(bg.png);
	background-repeat: repeat;
}

a {
	font: arial "Arial Black";
	color: #FFF;
	text-decoration:none;
	font-size: 40px;
	opacity:0.4;
	filter:alpha(opacity=40);
	
}
a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#container{
	background-image: url(container.png);
	height: 700px;
	width: 1280px;
	position:absolute;
	top:0px;
	left:0px;
	
}

#home {
	width: 40px;
	height: 20px;
	position: relative;
	top: 220px;
	left: 250px;
	
}

#portfolio {
	width: 40px;
	height: 20px;
	position: relative;
	top: 240px;
	left: 375px;
}

#contact {
	width: 40px;
	height: 20px;
	position: relative;
	top: 260px;
	left: 545px;
}

#links {
	width: 40px;
	height: 20px;
	position: relative;
	top: 300px;
	left: 440px;
}