/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/



body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #000000;
}
#main { 
 width: 100%;
 height: 100%;
 text-align: center;
}
#content {
 width: 100%;
 height: 100%; 
}

#footer {
	font-size: 11px;
text-align: center;
color: #FFFFFF;
}
