@charset "UTF-8";

body {
	background-color:#000;
	margin:0;
	color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link {
	color: #CC9900;
	text-decoration: none;
	font-size:10px;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}

p {
	padding:5px;	
}

img {
	margin:0;
	border:none;
}

#wrap{
	width:940px;
	margin:auto;
	
}

#header{
	width:940px;
	height:268px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#content {
	background-image:url(images/bg_lines.jpg);
	border-left:1px solid #e69a3a;
	border-right:1px solid #e69a3a;
}
div.nav{
	text-align:center;
	margin:auto;
}

div.topText{
	text-align:center;
	height:88px;
	overflow:hidden;
}

div.scene{
	margin:0;
	text-align:center;
}

div.sceneImg {
	width:868px;
	height:708px;
	margin:auto;
	text-align:center;
	position:relative;
}

div.sceneText{
	text-align:left;
	position:absolute;
	top:600px;
	right:10px;
	width:450px;
	overflow:auto;
}
/*div.sceneText{
	text-align:left;
	position:absolute;
	top:600px;
	right:10px;
	width:550px;
}*/
	
div.scenePreview {
	width:940px;
	margin-left:55px;
	position:relative;
}

div.sceneTrailer, div.sceneThumbs {
	position:relative;
	float:left;
}

div.sceneTrailer {
	border: 1px solid #e69a3a;
}

div.sceneThumbs img {
	display:block;
	border: 1px solid #e69a3a;
	margin:0 0 3px 5px;
}

div.sceneDownloads {
	clear:both;
	text-align:left;
	margin-left:50px;
}

ul.downloads {
		height:45px;
		margin:0;
		padding:20px 0 0 160px;
		background-image:url(images/bg_downlaods.jpg);
		background-repeat:no-repeat;

}
ul.downloads li {
	margin-left:5px;
	display:inline;
	list-style-type:none;
	background-image:url(images/li.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}

.emailbox{

	position:relative;

	left:0;

	top:0px;

	width:986px;

	height:144px;

	background:url('images/bg_email.gif') top left no-repeat;
	background-repeat:no-repeat;

}
.inp_email{

	position:absolute;

	left:670px;

	top:40px;

	height:14px;

	width:170px;

	font-size:10px;

}

.btn_email{

	position:absolute;

	left:700px;

	top:67px;

	height:22px;

	width:130px;

	font-size:10px;

	cursor:pointer;

	border:0 none;

	background:none;

}

h1.update{
	text-align:left;	
	margin:0 0 0 60px;
}
div.updatePics{
	width:790px;	
	background-color:#333;
	margin:0 0 0 70px;
	border:1px solid #e69a3a;
}
div.updatePics img {
		border:1px solid #e69a3a;
		margin:5px;
}
