@charset "utf-8";
/* CSS Document */

html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

html {
	height:100%;
}


.body {
	background-color: #fff;
	height:100%;
}


#content {
	width:1024px;
	height:700px;
	margin:auto;
	background:url(../gfx/bg.png);
	background-position: center;
}

#film {
	width:950px;
	height:570px;
	margin-top: 64px;
	margin-left:37px;
	float: left;
	position: absolute;
}