#container {
	position:		absolute;
	top:			50%;
	left:			50%;
	width:			800px;
	height:			550px;
	margin:			-275px auto auto -400px;
}

#movie {
	position:		absolute;
	top:			50%;
	left:			50%;
	width:			320px;
	height:			256px;
	margin:			-128px auto auto -160px;
}

#top {
	width:			800px;
	height:			526px;

}
#bottom {
	width:			800px;
	bottom:			0px;
}

p.footer {
	color: 			white;
	font-size:		12px;
	text-align: 	right;
}

a.plain {
	color:			white;
}