@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
a:link {
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0066;
}
a:hover {
	text-decoration: underline;
	color: #993366;
}
a:active {
	text-decoration: none;
	color: #FF0066;
}

#cent {
    margin-top: -285px;
    margin-left: -495px;
    position: absolute;
    top: 50%;
    left: 50%;    
    width: 990px;
    height: 570px;
}
