/* CSS Document */

html,body{
	height:100%;
}
body{
	margin:0px;
	background:#000000;
}
#intro{
	height:100%;
}
#movie {
	height:100%;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 10px;
	text-align: center;
	width: 100%;
}

