body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   	background: #000000;
   	text-align: center;
   	color: #FFFFFF;
}	
.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#container { 
   	width: 850px;
   	margin: 0 auto;
} 
#title {
   	float: right;
   	width: 220px; 
}
#margin {
	float: left;
	width: 180px;
}	