html, body {
	background-color: #000000;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva;
	font-size: 11px;
	line-height: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #015ec5;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #015ec5;
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #015ec5;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

.gamediv {
	display: block;
	position: relative;
	width: 700px;
	height: 550px;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
	background-image: url(images/boxbg.png); 
	color: #666666;
	}
.trackingdiv {
	display: block;
	position: absolute;
	top: -100px;
	left: 0px;
	}

.datadiv {
	display: block;
	position: relative;
	width: 680px;
	height: 530px;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
	background-image: url(images/boxbg.png); 
	color: #666666;
	padding: 10px;
	}
