/* Body */
body {
	background: #000000;
	color: #000000;
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
    height: 100%;
	margin: 0;
	padding: 0;
    overflow: auto;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

/* Main */
#container {
	background: #000000 url(../images/bgMain.jpg) 0px 315px no-repeat;
	height: auto !important;
	left: 0%;
	margin: 0;
	min-height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#header {
	background: url(../images/bgTop.jpg) left top no-repeat;
	height: 195px;
	left: 0%;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#flashfeld {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#turbofix {
	display: block;
}

#noFlash {
	margin: 109px 0 0 296px;	
}

/* NoScript */
#overlay {
	background: #fff;
	height: 100%;
	left: 0;
	-moz-opacity: 0.65;
	opacity: 0.65;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#noscript {
	background: #ff9;
	border-bottom: 1px solid #ffe573;
	color:#000;
	font-size: 1.1em;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

#noscript strong {
	display: block;
	padding: 10px;
}

#noscript ol {
	padding: 0 10px 6px 40px;
}

#noscript ol li {
	padding: 0 0 5px 0;
}

#noscript ol li a {
	color: #f30;
	text-decoration: none;
}

#noscript ol li a:hover {
	text-decoration: underline;
}

/* Misc */
a img {
	border: none;
}