body {
	margin:0;
	border:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#000;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

div {
	position:relative;
}

h1, 
h2, 
h3 {
	margin:0;
	padding:0;
	text-transform:uppercase;
}

h1 {
	margin:5px 0 0 0;
}

h2 {
	color:#353535;
}

h3 {
	margin:0;
	color:#FFF;
	font-size:16px;
}

a img {
	border:0;
}

a:link, 
a:active, 
a:visited, 
a:hover {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#div_logo {
	position:fixed;
	top:20px;
	left:20px;
}

#div_spry {
	position:absolute;
	top:250px;
	right:20px;
}

#div_container {
	margin:0 auto 0 auto;
	width:776px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
}

#div_movie {
	margin:0 auto 0 auto;
	width:720px;
}

.thumb {
	padding:5px;
	background-color:#FFF;
}

.div_thumb {
	margin:5px;
	display:inline-block;
	float:left;
}

.div_unit {
	overflow:auto;
	margin:50px 0 0 0;
	padding:0 0 50px 0;
	border-bottom-color:#666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}