@charset "UTF-8";

html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-position: center top;
}

#main-holder 
{
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	min-width: 1500px;
	min-height: 100%;
}

#main-poster-holder
{
	width: 1487px;
	position: relative;
	margin: auto;
	margin-bottom: 50px;
}

#main-poster-wall-header
{
	width: 1000px;
}

#main-poster-mc-bg
{
	background-image:url(../images/main_mc_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
	z-index: 1000;
	position: absolute;
	left: 0;
	top:364px;
	width: 1000px;
}

#main-poster-mc-bg-2
{
	background-image:url(../images/main_mc_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
	z-index: 1000;
	position: absolute;
	left: 0;
	top:364px;
	width: 1000px;
}

#main-poster-details
{
	padding-top: 450px;
}

#flash-mc-holder
{
	width: 754px;
	height: 424px;
	margin: auto;
	padding-top: 15px;
}



#alt-holder 
{
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
}

#alt-poster
{
	position: absolute;
	left: 1000px;
	width: 600px;
	height: 800px;
	margin-top: 488px;
}

#alt-poster-2
{
	position: absolute;
	left: 887px;
	width: 600px;
	height: 800px;
	margin-top: 341px;
	z-index: 500;
}


#play-btn
{
	width: 100%;
	padding-top: 430px;
	text-align: center;
	color: white;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
}

