
body{
	background: repeat url(images/bgd.png);
	margin: 0;
	white-space: nowrap;
}

img.topper{
	display: block;
}

#wrapper{
	margin: 0 auto;
	width: 800px;
	height: 1500px;
	background: top center no-repeat url(./images/template.jpg);
	border-left: 1px solid white;
	border-right: 1px solid white;
	overflow: auto;
}

#movie{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 595px;
	background: top center no-repeat url(images/template_02.jpg);
}

#movie #movie-floater{
	float: right;
	margin-right: 25px;
}

#form{
	position: absolute;
	top: 960px;
	width: 400px;
	margin-left: 230px;
}


label{
	display: block;
	font-family: "Helvetica", "Arial", "sans-serif";
	font-size: 14px;
	text-transform: uppercase;
	color: white;

}

.box{
	width: 360px;
	margin: 10px 0;
	padding: 5px;
	border: 4px solid white;
	background-color: #f99769;
	font-size: 12px; 
}

.box:hover{
	background-color: white;
}

.box:focus{
	background-color: white;
	font-weight: bold;
}

.submit{
	display: block;
	margin-left: 200px;
}