/* CSS Document */
*{
font-family:
"Courier New", Courier, monospace;
color:#CCCCCC;
}

body{
text-align:center;
background-color:#333333;
}

#outer    {
	background-color: #333333;
	text-align:center;
	margin:auto;
	padding:auto;
	width: 800px;
	height:600px;
	
	
}

#footer{
background-color: #333333;
	margin:auto;
	
	width: 800px;
	height:50px;

text-align:center;
font-size:12px}
