/* CSS */
body { text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: white; background:#1F1F1F; padding: 0px;}
td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: white;}
h2 { font-family:Verdana, Arial, Helvetica, sans-serif; color: white; }

div#wrapper {margin:0 auto; text-align:left; width: 750px; background:#1F1F1F;}

div#header {float:center; height: 150; width: 750px; background:black; color:white;}
div#menu {height: 15; text-align:center; width: 750px; color:white; background:black; padding: 0px;}
div#content { 
	margin: 10 15 10 15; 
	text-align:left; 
	width: 750px; 
	background:black url(images/face.gif); 
	color:white; 
	padding:25 25 25 25;
}
div#footer {height: 15; text-align:center; width: 750px; background:black; color:black; padding: 0px;}

hr { border: 0; color: white; background-color: white; height: 1px;}

a.menu:link {font-size:12px;  color: white; text-decoration: none;}  
a.menu:visited {font-size:12px;  color: white; text-decoration: none;} 
a.menu:active {font-size:12px;  color: white; text-decoration: none;} 
a.menu:hover {font-size:12px;  color: black; text-decoration: none; background: white;} 

a:link {font-size:12px;  color: white; text-decoration: underline;}  
a:visited {font-size:12px;  color: white; text-decoration: underline;} 
a:active {font-size:12px;  color: white; text-decoration: underline;} 
a:hover {font-size:12px;  color: black; text-decoration: underline; background: white;} 
