@charset "utf-8";
body {
	font-family: Impact;
	font-size: 100.0%;
	margin:0;
}

body,td,th {
	font-size: 10px;
}


/*** LAYOUT ***/

#wrapper {
	margin: 0;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 1080px;
	margin-top: -490px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -400px;
	_margin-left: -400px;
}


#start {
	margin: auto;
	width: 100%;

}


.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:#990000;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.buttons {
	width: 960px;
	margin: auto;
	position: absolute;
	margin-top: 290px;
	height: 196px;
	margin-left: -480px;
	left: 50%;
	background-color: transparent;
}

.buttons img:hover {
	background-color:#990000;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.itunes {
	width: 120px;
	margin: auto;
	position: absolute;
	margin-top: 760px;
	height: 30px;
	left: 50%;
	background-color: transaprent;
	margin-left: -55px;
}
.itunes2 {
	width: 120px;
	margin: auto;
	position: absolute;
	margin-top: 180px;
	height: 30px;
	left: 50%;
	background-color: transaprent;
	margin-left: -492px;
}

.bt_enter {
	background-color:#C10505;
	width: 100%;
	text-align: center;
	bottom:0px;
	position:fixed;
	height: 26px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-topleft:30px;
	
}

.bt_enter a {
	color:#FFFFBE;
	font-family: Verdana, Geneva, sans-serif;
	font-size:21px;
	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;

}

#tickets {
	background-color:#C10505;
	padding:6px;
	width:99%;
	position:fixed;
	margin:auto;
	bottom:40px;
	z-index:50%;
	z-index:10;
	text-align:center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft:10px;
}

/*** 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;
}



ul, li {
	margin: 0;
	padding:0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
