html {
	background-image: url('/images/global/background-repeat.png');
	background-repeat: repeat;
	background-color:#000;
}

#container {
	background-color:#fff;
	width:800px;
	position:relative;
	margin:0 auto;
	color:#000;
	font-family:tahoma;
	font-size:12px;
	background-image: url('/items/images/filmplus_background.png'); 
	background-repeat:repeat-x;
	
}

#content { 
	width:800px;
	position:relative;
	background-repeat:repeat-x;
}

a {
	color:#fff;
	text-decoration:none;
}

#header {
	position:relative;
	width:800px;
	height:55px;
	background-image: url('/items/images/filmplus_header.png');
}

input.normal_submit {
	
	font-family:arial;font-size:12px;letter-spacing:0;margin:4px;padding:4px;color:#fff;border:1px solid #111;background-color:#020203;
}
input.normal_text {
font-size:12px;width:160px;height:18px;font-family:arial;margin-bottom:6px;margin-top:6px;letter-spacing:0;padding:2px;color:#80b5c6;border:1px solid #222;background-color:#020203;
}
textarea.normal {
	font-size:12px;width:160px;height:18px;font-family:arial;margin-bottom:6px;margin-top:6px;letter-spacing:0;padding:2px;color:#80b5c6;border:1px solid #222;background-color:#020203;
}

#navigation {
	margin-top:2px;
	position:relative;
	width:882px;
	height:48px;
}
div.nav-item {
	border-left:1px solid #111;	
	border-right:1px solid #111;	
	background-color:#444;
	font-size:13px;
	text-align:center;
	padding:10px;
	position:relative;
	letter-spacing:0;
	background-repeat: repeat-x;

}
#navigation div.inactive {
	background-image: url('/images/global/nav-background-repeat-inactive.png');

}
#navigation div.active {
	border-top:1px solid #000; 
	background-image: url('/images/global/nav-background-repeat-active.png');
}
 
div.inactive a {
	color:#bbb; 
	text-decoration:none;
}
div.active a {
	text-decoration:none;
}
a.normal {
	font-family:arial;
	color:#fff;
}
a.normal:hover {
	color:#c1e612;
}

#footer {

	position:relative;
	background-color:#000;
	color:#fff;
	height:20px;
	margin-top:6px;
}