@charset "UTF-8";

#landingStartButton { 
	left:50%; margin-left:-152px; 
	bottom:65px;
	cursor:pointer;
	width:304px; height:78px;
	background:url(../images/landing/startButton.png) 0px 0px;
	position:absolute;
}


#landingTitle {
	width:394px; height:413px;
	left:50%; margin-left:-500px;
	top:100px;
	position:absolute;
}

#landingArt {
	width:665px; height:461px;
	bottom:65px; right:0px;
	position:absolute;
}

#landingDate {
	width:296px; height:35px;
	top:22px;
	left:50%; margin-left:-148px;
	position:absolute;
	/*background:url(../images/landing/inTheaters.png) top center no-repeat;*/
}

#landingTrailer {
	width:370px; height:250px;
	left:50%;
	top:93px;
	position:absolute;
}

#landingBluray {
	cursor:pointer;
	width:234px; height:177px;
	background:url(../images/landing/buyButton.png) 0px 0px;
	float:left;
}
#landingBluray:hover, #landingBluray:active, #landingBluray:focus  { background-position:0px -177px; }

#landingItunes {
	float:left;
	margin:0 0 0 25px;
	padding:68px 0 0 0;
}
#landingItunesA, #landingItunesB {
	cursor:pointer;
	width:110px; height:40px;
}
#landingItunesA {
	background:url(../images/landing/available.png);
}
#landingItunesB {
	background:url(../images/landing/download.png);
}

#landingDateA, #landingDateB {
	clear:both;
	width:377px; height:46px;
}
#landingDateA {
	background:url(../images/landing/march26th.png) no-repeat right bottom;
}
#landingDateB {
	background:url(../images/landing/today.png) no-repeat right bottom;
}
#landingTrailerPadding {
	padding:25px 0 0 53px;
}
#landingTrailerButton {
	cursor:pointer;
	width:267px; height:42px;
	background:url(../images/landing/trailerButton.png) 0px 0px; 
}
#landingTrailerButton:hover, #landingTrailerButton:active, #landingTrailerButton:focus  { background-position:0px -42px; }


#landingScrollArea {
	width:10px;
	height:3000px;
	position:absolute;
	border:solid 1px red;
}