body {
 margin: 0px; 
 padding: 0px; 
 scrollbar-track-color: #000000;
}
.ticker{
	position: absolute;
	width: 770px;
	height: 20px;
	left: 50%;
	margin-left: -385px;
	top: 50%;
	margin-top: 238px;
	background-color: Black;
	visibility: hidden;
}
div#center{
	margin-left: -452px;
	margin-top: -305px;
	width: 904px;
	height: 610px;
	left: 50%;
	position: absolute;
	top: 50%;
}