/* CSS Document */

body{
	margin:0;
	text-align:center;
	background:#000201 url("bg.jpg") no-repeat;
	font-size:1em;
	background-attachment:fixed;
	font-family:Arial;
	z-index:-1;
	}
	
#wrapper {
width:950px;
margin:auto;
}	


.icons {
float:left;
width:200px;
height:100px;
margin-left:-700px;
margin-top:10px;

}



#masthead {

float:left;
postition:relative;
margin-left:440px;
margin-top:360px;
text-align:left;

}

h1   {
font-size:5em;
line-height:.5;
color:#bf746f;
font_weight:bold;
font-family: 'Droid', sans;
text-shadow:2px 2px #red;
}

h2   {
font-size:2em;
line-height:.5;
color:#000000;
text-shadow:2px 2px #fff;

}

#icons {
float:left;
postition:absolut;
margin-left:0px;
margin-top:10px;

}



.icons a:hover {
opacity:.5;
}