
body {
margin:0; 
padding:0; 
background: #000 url('../bg.jpg') fixed center top no-repeat;
font:80% Arial, Helvetica, sans-serif;
}



a:link {	color: #f6f6f6;	text-decoration: none;}
a:visited {	color: #f6f6f6;	text-decoration: none;}
a:hover {	text-decoration: underline;	color: #cccccc;}
a:active {	color: #f6f6f6;	text-decoration: none;}

		

	
.container{ 
padding:0 0 0 50px; 
max-width:800px; 
min-width:600px; 
min-height:700px;
margin:0 auto;  
}

.header{ 
height:150px;
background: url('../headline.png') no-repeat center bottom; 
padding:0px; 
width:700px;  
}

.footer{  
height:20px; 
margin:50px 0 0 60px;
width:700px; 
font-size:3em; 
 }




.content img{
opacity: 0.8; /*initial opacity of images*/
margin: 10px 10px 10px 10px; /*margin between images*/
border:0;
padding:0px;}

.content img:hover{
opacity: 1;
margin: 10px 10px 10px 10px;
border:0;
padding:0px;
}





h1  { 
margin: 0;
padding: 0; 	
color: #3e4648;	
font-size: 10px; 	
font-family: trebuchet, arial, verdana, sans-serif;
text-align: left;
font-weight:normal;
} 
