@import url(buttons.css);

html {
	overflow: hidden;
}

body {
	padding: 0px;
	margin: 0px;
	background: #841912;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #e9a119;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

#container {
	width: 1116px;
	height: 806px;
	background: url(images/main.png);
	position: absolute;
	top: 20px;
	left: 50px;
	visibility: hidden;
}

#flashnews {
	position: absolute;
	overflow: hidden;
	width: 390px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 110%;
	cursor: default;
	top: 180px;
	left: 170px;
}

#maildesc {
	position: absolute;
	width: 210px;
	height: 80px;
	color: #FFFFFF;
	font-size: 90%;
	top: 550px;
	left: 595px;
}

#mailinputname {
	position: absolute;
	left: 595px;
	top: 600px;
	background: yellow;
	width: 208px;
	height: 19px;
	background: url(images/input_box.gif);
}

#mailinputmail {
	position: absolute;
	left: 595px;
	top: 624px;
	background: yellow;
	width: 208px;
	height: 19px;
	background: url(images/input_box.gif);
}

#mailsubmit {
	width: 67px;
	height: 22px;
	position: absolute;
	left: 735px;
	top: 645px;
	background-image: url(images/btn_submit.png);
	background-position: 0px 22px;
	cursor: pointer;
}

#mailsubmit:hover {
	background-position: 0px 0px;
}

input {
	background: transparent;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 195px;
	margin: 0px 5px;
}

#news {
	position: absolute;
	top: 215px;
	left: 590px;
	width: 374px;
	height: 250px;
	overflow: hidden;
}

.newsitem .date {
	font-size: 90%;
	font-weight: bold;
	color: #e0c390;
}

.newsitem .subject {
	font-size: 90%;
	font-weight: bold;
	color: #e9a119;
	margin-bottom: 5px;
}

.newsitem .details {
	font-size: 90%;
	color: #FFFFFF;
}

.newsitem .details img {
	border: 1px solid white;
	float: left;
	margin-right: 10px;
}

.newsitem .details .fslink {
	float: right;
	color: #e9a119;
	margin: 5px;
	font-size: 90%;
	cursor: pointer;
}

.newssep {
	background: url(images/content_news_seperator.png) center center no-repeat;
	height: 11px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#newsbuttons {
	position: absolute;
	left: 840px;
	top: 470px;
	background-image: url(images/btn_up_down.png);
	width: 119px;
	height: 25px;
}

.newsbuttons_down {
	background-position: 0px -25px;
}

.newsbuttons_up {
	background-position: 0px -50px;
}

#newsbuttons #btnup {
	position: absolute;
	right: 0px;
	width: 45px;
	height: 25px;
	cursor: pointer;
}

#newsbuttons #btndown {
	position: absolute;
	left: 0px;
	width: 60px;
	height: 25px;
	cursor: pointer;
}

#photoframe {
	position: absolute;
	width: 421px;
	height: 337px;
	top: 208px;
	left: 153px;
	z-index: 10000;
	background: url(images/photo_frame.gif);
}

#sponsors {
	position: absolute;
	background: #FFFFFF;
	height: 47px;
	width: 385px;
	top: 557px;
	left: 170px;
	overflow: hidden;
	white-space: nowrap;
}

.photo {
	position: absolute;
	width: 421px;
	height: 337px;
	top: 208px;
	left: 153px;
	background: white;
	z-index: 100;
}

#playerbutton {
	position: absolute;
	top: 623px;
	left: 170px;
	width: 218px;
	height: 39px;
	cursor: pointer;
	background: url(images/video_player.gif);
	z-index: 11000;
}

#buttonbar {
	width: 850px;
	height: 30px;
	position: absolute;
	background-image: url(images/menu.png);
	top: 128px;
	left: 138px;
}

#langlink {
	position: absolute;
	width: 30px;
	height: 100px;
	left: 990px;
	top: 180px;
	cursor: pointer;
}

#videoframe {
	position: absolute;
	display: none;
	width: 403px;
	height: 320px;
	top: 217px;
	padding-top: 5px;
	left: 162px;
	background: #1a184a;
	z-index: 9000;
}

#liveresults
{
	position: absolute;
	width: 160px;
	height: 110px;
	left: 820px;
	top: 510px;
	cursor: pointer;
}

#liveresults img
{
	width: 160px;
	height: 110px;
}


#btnlogo img
{
	width: 112px;
	height: 200px;
}

#btnlogo
{
	position: absolute;
	width: 112px;
	height: 200px;
	left: 30px;
	top: 215px;
	cursor: pointer;
}