/* CSS Document */

html {
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#000;
	}

#content {
	position:absolute;
	height:400px;
	width:600px;
	margin:-200px 0px 0px -300px;
	top: 50%;
	left: 50%;
}

#content-page {
	position:absolute;
	height:600px;
	width:900px;
	margin:-300px 0px 0px -450px;
	top: 50%;
	left: 50%;
}

h1 { font-size: 1px;}
	
#movie {
	position: relative;
	margin-top: 5%;
	}
	
	
