@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
#wrapper {
	width:1024px;
	position:absolute;
	left:50%;
	margin-left:-512px;
	text-align:center;
	background-color:#000;
}
#header {
	background-image:url(images/top.png);
	background-position:center;
	height:66px;
	background-repeat:no-repeat;
}
#nav {
	height:44px;
	text-align:center;
	z-index:2;
	background-image:url(images/nav_bg.png);
}
#content {
	z-index:3;
}
#footer {
	height:218px;
}
#trailer {
	width:516px;
	height:302px;
	margin-left:254px;
	margin-top:132px;
	position:relative;
}
#movie {
	width:720px;
	height:405px;
	margin-left:140px;
	padding:5px;
	margin-top:120px;
	position:relative;
	background-image:url(images/watch_movie_bg.png);
}