@charset "utf-8";
/* CSS Document */

html{
	font-size:100.1%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	background:url(../images/sky_bg.png) repeat-x top;
	height:100%;
	position:relative;
	min-width:990px;
	font-family:Calibri, Tahoma, Arial, Helvetica, sans-serif;
	color:#455560;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
}

a{
	color:#455560;
}
a:hover{
	color:#0093d0;
}
a img{
	border:0;
}
small{
	font-size:10pt;
}
#Page{
	min-height:100%;
	position:relative;
	background:url(../images/crowd_bg.png) repeat-x center bottom;
}


.ContainerLeft{
	width:45%;
	float:left;
	margin:0;
}
.ContainerRight{
	width:54.9%;
	float:none;
	margin:0 0 0 45%;
}

.ContainerLeft .ContainerContent{
	width:360px;
	*width:440;
	margin-right: 0;
	margin-left: auto;
	padding-right:40px;
	padding-left: 65px;
}

.ContainerRight .ContainerContent{
	width:480px;
	z-index:1000;
}

.ContainerClear{
	clear:both;
}




#Main{
	background:url(../images/cloud_right.jpg) no-repeat right top;
}

#Main .ContainerLeft{
	background:url(../images/city_bg.jpg) repeat-x right 155px;
}
#Main .ContainerRight{
	background:url(../images/city_fade.jpg) no-repeat left 177px;
}

#Main .ContainerLeft .Kong{
	background:url(../images/kong.jpg) no-repeat right top;
}
#Main .ContainerLeft .ContainerContent{
	min-height:450px;
	padding-bottom:230px;
	position:relative;
}
#Main .ContainerRight .ContainerContent{
	min-height:450px;
	padding-bottom:130px;
	position:relative;
}
#Main .Covers{
	background:url(../images/covers.jpg) no-repeat 28px 120px;
}
#Main .Tickets{
	background:url(../images/tickets.jpg) no-repeat 0px 70px;
	width:525px;
}

#TopLink{
	position:absolute;
	top:20px;
	right:0;
}
#TopLinkBack{
	position:absolute;
	top:20px;
	left:0;
}
#Logo{
	position:absolute;
	top:23px;
	left:0px;
}
#AboutLogo{
	position:absolute;
	top:350px;
	left:200px;
	text-align:center;
	z-index:1000;
}
#AboutText{
	position:absolute;
	top:450px;
	left:280px;
	text-align:center;
	width:500px;
	z-index:1000;
}

#Slogan{
	padding:340px 0 0 0;
}

#Slogan h1{
	font-weight:normal;
	font-size:34pt;
	font-family:"Myriad Pro Light", "Myriad Pro", Calibri, Tahoma, Arial, Helvetica, sans-serif;
}
#Slogan h2{
	font-weight:normal;
	font-size:24pt;
	line-height:20pt;
	text-align:right;
	font-family:"Myriad Pro Light", "Myriad Pro", Calibri, Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}
#Slogan p{
	text-align:justify;
}

#FeaturedGames{
	padding:385px 0 0 0;
}

#FeaturedGames table{
	border-collapse:collapse;
	width:100%;
}
#FeaturedGames table th{
	padding: 0 10px 0 0;
	vertical-align:top;
	text-align:left;
	text-transform:uppercase;
	font-size:11pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#FeaturedGames table td{
	padding: 10px 20px 0 0;
	vertical-align:top;
	text-align:left;
	font-size:11pt;
}


#Footer{
	height:230px;
	width:100%;
	position:absolute;
	z-index:10;
	bottom:0;
}

#Footer .FooterLayer{
	position:absolute;
	height:230px;
	width:100%;
}

#Footer .crowd_left{
	float:left;
}

#Footer .crowd_right{
	float:right;
}

#Footer .crowd_podium{
	float:right;
	margin: 0 18px 0 0;
}
#Footer .copyright{
	color:white;
	padding: 200px 0 0 0;
	font-size:11pt;
	margin:0;
}

#Footer .moregames{
	color:white;
	padding: 195px 0 0 0;
	text-align:right;
	display:none;
}

#Footer .moregames a{
	color:white;
	font-size:14pt;
}
#Footer .moregames a:hover{
	color:#0093d0;
}
.relative{
	position:relative;
}
.blue{
	color:#0093d0 !important;
}