html, body{
	height:100%;
	width:100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;*/
}

.style1 {color: #010202}
a:link {
	color: #010202;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #010202;
}
a:hover {
	text-decoration: none;
	color: #010202;
}
a:active {
	text-decoration: none;
	color: #010202;
}



DIV.centerVert {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
}

DIV.centerHori {
	position: absolute;
	left: 50%;
	width: 920px;
	height: 620px;
	margin-left: -460px;
	margin-top: -310px;
}
