@charset "UTF-8";
html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	position:relative;
	background: #000000 url(img/skin.jpg) no-repeat center;
}
.container {
	width:100%;
	height:564px;
	position:absolute;
	margin-top:-282px;
	padding:auto;
	text-align:center;
	top:50%;
	z-index:100;
}

div {
	display:block;
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
.opaque {
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	zoom: 1;
}

a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color: #324952;
	text-decoration:none;
}

/* --------------------- MENU --*/

.menu {
	text-align:center;
	padding: 2px 0px 2px 0px;
	background-color:#990000;
}
.menu_cont {
	margin:auto;
	width:980px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:14px;
	text-transform: lowercase;
}
.menu_cont span {
	margin:auto 5px;
 	color: #828384;
}
.menu_cont img {
	margin-top:-1px;
}

/* --------------------- TITLE --*/

.title {
	height:125px;
	text-align:center;
}

.title_cont {
	margin:auto;
	width:980px;
}

/* --------------------- FOOTER --*/

.footer {
	height:30px;
	text-align:center;
}

.footer_cont {
	margin:auto;
	height:30px;
	width:980px;
	text-align:right;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#324952;
	position:relative;
}

.footer_cont a.eagle {
	position:absolute;
	left: 10px;
	top: 3px;
	color:#324952;
}
.footer_cont img.eagle {
	background: no-repeat center top;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,src='http://www.elementaldesign.it/eagle/eclipse/img/eagle.png');
}
html > body div.footer_cont img.eagle { /* hide from ie*/
	background: url(img/eagle.png) no-repeat center top;
}

.footer_cont a.moviesushi {
	position:absolute;
	right: 10px;
	top: 0px;
	color:#324952;
}
.footer_cont a:hover {
	color: #ffffff;
	text-decoration:none;
}

/* --------------------- BODY --*/

.body {
	text-align:center;
	height:394px;
}
.body_cont {
	margin:auto;
	height:394px;
	width:980px;
	text-align:left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color:#ccc;
	position:relative;
}
.body_cont a {
	color: #fff;
}
.body_cont a:hover {
	color: #cc0000;
}

.left {
	position:absolute;
	right: 65px;
	top: 10px;
	font-weight: bold;
	font-size:22px;
	color: #CCCCCC;
	width:560px;
}
.video {
	top: -5px;
}
.left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#cc0000;
	height:26px;
	font-weight: bold;
}
.left h1 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#cc0000;
	font-weight: normal;
}
.left h2 a {
	font-size:12px;
}
.right {
	position:absolute;
	right: 65px;
	top: 45px;
	height:340px;
	width:560px;
	background-color:#000000;
	border: 1px solid #990000;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	zoom: 1;
	z-index:0;
}
.txt {
	position:absolute;
	right: 65px;
	top: 45px;
	text-align: left;
	height:340px;
	width:560px;
	padding:0px;
	font-size:14px;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #990000;
	z-index:9;
}
.gallery {
	height:330px;
	width:550px;
	padding: 10px 0px 0px 10px;
}
.sinossi {
	text-align: justify;
	width:540px;
	height:320px;
	padding: 10px;
}
.scroll {
	overflow:auto;
	padding: 10px;
	width:540px;
	height:320px;
}
.gallery img {
}
.gallery a {
	padding: 0px;
	float:left;
	display:block;
	margin: 0px 10px 10px 0px;
}

