/* CSS Document */


body {
	background-color:#000000;
	background-image:url();
	background-position:inherit;
	background-attachment:scroll;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	
}
a
{ 
	text-decoration:none;
	color:#666666;
}
a:hover
{ 
	text-decoration:none;
	color:#FFFFFF;
}
.main
{
	margin-top:10px;
}
.copy
{
	font-size:8px;
}
