body, html {
	background-color: #000000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a {
	color: #FFFF00;
	text-decoration: none;
}

.header_print {
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
}

.blankBG {
	background-image: url(gfx/cloud_bg.gif);
	height: 354px;
}

.bottom_bg {
	position: absolute;
	background-image: url(gfx/metal_bg_bottom.jpg);
	background-repeat: repeat-x;
	top: 50%;
	height: 505px;
	background-position: top;
	overflow: hidden;
	margin: 175px 0 0 0;
	width: 100%;
	z-index: 0;
}

.bottom_runner {
	top: 50%;
	margin: 241px 0 0 0;
	background-image: url(gfx/bottom_runner.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 65px;
	width: 100%;
	overflow: hidden;
}

.features {
	background-image: url(gfx/features/features_bg.gif);
	height: 354px;
}

.footer {
	background-image: url(gfx/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 65px;
	font-size: 11px;
	color: #666666;
	text-align: center;
	vertical-align: top;
	padding: 70px 0 0 0;
	line-height: 12px;
}

.footer_inner {
	background-image: url(gfx/footer_inner.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 65px;
	text-align: left;
	vertical-align: top;
}

.header {
	background-image: url(gfx/main_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 38px;
	text-align: right;
}

.game_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	overflow: auto;
	vertical-align: top;
	padding: 0 0 0 28px;
	height: 271px;
}

.left_bg {
	background-image: url(gfx/rail_bg_left_v2.gif);
	background-repeat: repeat-x;
	background-position: top right;
}

.main {
	top: 50%;
	margin: -241px 0 0 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.right_bg {
	background-image: url(gfx/rail_bg_right_v2.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.top_bg {
	position: absolute;
	background-image: url(gfx/metal_bg.jpg);
	background-repeat: repeat-x;
	top: 50%;
	height: 505px;
	background-position: bottom;
	overflow: hidden;
	margin: -670px 0 0 0;
	width: 100%;
	z-index: 0;
}

.top_runner {
	top: 50%;
	margin: -306px 0 0 0;
	position: absolute;
	background-image: url(gfx/top_runner.gif);
	background-repeat: repeat-x;
	height: 65px;
	width: 100%;
}

.press {
	/*background-image: url(gfx/press/press_bg.gif);
	background-repeat: no-repeat;*/
	height: 271px;
	vertical-align: top;
	padding: 0 30px 0 20px;
	overflow: auto;
}

td {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.news_item {
	border-bottom: 1px solid #999;
	margin: 0 0 12px 0;
	padding: 0 0 8px 0;
}

