body {	
	text-align: center;
	color: #999;	
	font-family: tahoma, sans;	
	font-size: 14px;	
	background-color: #222;
	letter-spacing: .1em;
	margin: 0 0;
	padding: 0;
	line-height: 18px;
}	  

.info {
	margin: 5px auto;
	width: 800px;
	font-weight: normal;
	font-size: 12px;
	padding-top: 10px;
	text-align: left;
}


a:link 		{color: #630; text-decoration:none}
a:visited 	{color: #630; text-decoration:none}
a:hover 	{color: #963; text-decoration:none}
a:active 	{color: #C96; text-decoration:none}

/* ID */

#content {
	margin: 10px auto;
	background: #151515; 
	width: 800px; 
	height: 600px;
	padding: 3px;
}
