* {margin:0; padding:0; }
*:focus {outline:none; }

body {
	background:#000;
    height:100%;
}

a {color:#000; text-decoration:underline; }
a:hover {text-decoration:none; }

#background {
	background:#000 url(../img/background.jpg) 50% 45px no-repeat;
	width:100%;
    height:100%;
	min-width:1000px;
}

#main {
	position:relative;
	width:1000px;
	margin:0 auto;
	font-size:0.8em;
	height:800px;
}

#movie {
position:relative;
margin:0 auto;
padding:164px 0 0 46px;
	width:566px;
	height:388px;
}