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

body {
	background-color:#000000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

h1 {
	color:#cc6633;}

a {
	text-decoration:bold;
	color:#333333;
	font-size:24px;}
	
a:hover {
	text-decoration:underline;}
	
#wrapper{
   margin: 0 auto;
   width:800px;
   text-align:center;}
   
 #footer {
	 margin-top:100px;
	 font-size:12px}