@charset "UTF-8";
/* CSS Document */

html {
	text-align:center; background-color:#000;
	
	

}
body {
	position:relative;
	width:800px;
	
	
	margin: 0 auto;
	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90x;
	color:#FFF;
	
	
	
}


#header { background-image:url(images/header.jpg);
width:800px;
height:75px;
	
	
	
	
}
#nav { width:800px; 
height:25px; 
background-color:#C00; padding-top: 2px;
}

#main { width:800px;height:250px;






}
#content { width:800px; height:450px;



}
#sub { width:800px; height:200px; 	
	
}
#footer { width:800px; height:50px;
background-image:url(images/footer.jpg);
	
	
	
	
	
}


a:link {
	color: #FFFFFF; text-decoration:underline
	
}
a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

a:hover {
	color: #000;
	text-decoration:underline
}
