@charset "UTF-8";
html, body {
	background-color: #000000;
	background-image: url(img/skin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	position:relative;
}
.container {
	width:100%;
	height:550px;
	position:absolute;
	margin-top:-275px;
	padding:auto;
	text-align:center;
	top:50%;
}

div {
	display:block;
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}


a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}

/* --------------------- BODY --*/

.body {
	text-align:center;
	height:394px;
}
.body_cont {
	margin:auto;
	height:394px;
	width:1000px;
	text-align:right;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color:#000000;
	position:relative;
}
.body_cont a {
	color: #f70012;
}
.body_cont a:hover {
	color: #000000;
}

.left {
	position:absolute;
	right: 620px;
	top: -8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:22px;
	color:#f70012;
	text-transform: uppercase;
	font-style: italic;
}
.left h1 {
	font-family: "Arial black", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:24px;
	color:#f70012;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing:-2px;
}
.left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	padding-top:5px;
	color:#000000;
	text-transform: uppercase;
}
.right {
	position:absolute;
	right: 0px;
	top: 0px;
	height:380px;
	width:607px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}
.txt {
	position:absolute;
	right: 1px;
	top: 1px;
	text-align:left;
	height:350px;
	width:577px;
	padding:15px;
	font-size:14px;
	overflow:auto;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gallery {
	height:355px;
	width:592px;
	padding: 15px 0px 10px 15px;
}
.gallery img {
	width:63px;
}
.gallery a {
	padding: 0px;
	float:left;
	display:block;
	margin: 0px 10px 10px 0px;
}
.opaque {
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	zoom: 1;
}


/* --------------------- MENU --*/

.menu {
	text-align:center;
	background: url(img/menuBG1.png) no-repeat left top;
}
.menu_cont {
	margin:auto;
	height:18px;
	width:960px;
	text-align:right;
	background: url(img/menuBG2.png) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color:#000000;
	text-transform: uppercase;
	padding: 2px 40px 0px 0px;
}
.menu_cont span {
	margin:auto 5px;
}
.menu_cont img {
	margin-top:-1px;
}

/* --------------------- FOOTER --*/

.footer {
	height:136px;
	text-align:center;
	background: #000000 url(img/footerBG.png) no-repeat center top;
}
.footer_cont {
	margin:auto;
	height:136px;
	width:1000px;
	text-align:right;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#000000;
	position:relative;
}
.footer_cont a.eagle {
	position:absolute;
	left: 10px;
	bottom: 10px;
}
.footer_cont a.moviesushi {
	position:absolute;
	right: 10px;
	bottom: -24px;
}
