

body  {   
	text-align:center;
margin-top: 0px; 
margin-left: 0px; 
margin-bottom: 0px; 
margin-right: 0px;
background-color:#000000;}

#main{
margin:0px auto;
}


.error {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #ff0000;
	text-decoration: none;
}

.success {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
	text-decoration: none;
}





.copy {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}





.links{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}
a:link.links {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a:visited.links {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a:hover.links {
	font-family: Tahoma;
	font-size: 10px;
	color: #006077;
	text-decoration: underline;
}
a:active.links {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}