body, img, div, a, p, ul, li{
	border: 0;
	margin:0;
	padding:0;
	spacing:0;
}

img.bg {
	/* Set rules to fill background */
	min-width: 100%;
	min-height: 100%;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

#page {
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%;
}

#logotext {
	width: 888px;
	height: 673px;
	background: url(image/logotext.png) top no-repeat;
	text-align: left;
}

#movieside {
	position: relative; 
	width: 402px;
	height: 401px;
	margin-left: 453px;
	text-align: center;
	overflow: hidden;
}

#videoframe {
	padding-top: 135px;
}

#curtain {
	position: relative; 
	width: 1002px;
	left: -303px;
	margin-top: -240px;
}

#curtain #left{
	position: relative; 
	left: 0px;
}

#curtain #right{
	position: relative; 
	left: 0px;
}

#moviecover {
	position: relative; 
	width: 463px;
	height: 301px;
	background: url(image/movie-cover.png) top no-repeat;
	margin-left: 425px;
	margin-top: -401px;
	text-align: center;
}

#button {
	padding-top: 220px;
}

#button a {
	color: #FFF;
}

#itunes {
	margin-top: 280px;
}

#text {
	position: absolute;
	top: 300px;
	margin-left: 110px;
	width: 210px;
	height: 330px;
	font-family: Sans-serif;
	line-height: 120% ;
}

#popup {
	display: none;
	position: relative; 
	margin-top: -601px;
}

#popup p {
	width: 640px;
	background: #000;
	font-family: Sans-serif;
}

#popup p a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
