@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.0%;
	margin:0;
	color:#FFF
}

body,td,th {
	font-size: 12px;
}


/*** LAYOUT ***/

#wrapper {
	margin: 0;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 900px;
	margin-top: -490px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -480px;
	_margin-left: -400px;
	z-index: 1000;
	background-position: 0 0;
}


#start {
	margin: auto;
	width: 800px;
}


.single {
	width: 960px;
	margin: auto;
	position: absolute;
	margin-top: 108px;
	height: 30px;
	margin-left: -480px;
	left: 50%;
	background-color: transparent;
	z-index: 100;
}

.single img:hover {
	background-color:#000000;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.buttons {
	width: 960px;
	margin: auto;
	position: absolute;
	margin-top: 280px;
	margin-left: -480px;
	left: 50%;
	background-color: transparent;
	z-index: 1000;
}

.buttons img:hover {
	background-color:#000000;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}



.bt_enter {
	width: 100%;
	text-align: center;
	bottom:0px;
	z-index: 5000;
	position:fixed;
	height: 40px;
	padding-bottom: 1px;
}

.bt_enter a {
	color:#FFF;
	font-size:16px;
	border:0px;
	margin:0;
	padding:0;
}



.bt_enter img:hover  {
	background-color:transparent;
-moz-opacity:0.4; -khtml-opacity:0.4; opacity:0.4;
filter:alpha(opacity=40);
	border:0px;
	margin:0;
	padding:0;

}



/*** STANDARDS ***/

img {
	border:0px;
	margin:0;
	padding:0;

}


div, p, span {
	margin:0; padding:0px;

}

/**************************************/

a {
	font-size: 9px;
	color: #FFFFFF;
}
a:hover {
	color: #666666;

}
a:active {
	color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-size: 14px;
}



ul, li {
	margin: 0;
	padding:0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
