html, body{
	height:100%;
}
body {
  margin: 0;
  padding: 0;
  color:#EFEFEF;
  font-family:  Helvetica, Arial, sans-serif;
  font-size:150%;
  text-align:left;
  background:#070707 url(../img/wallpaper.jpg) repeat-x fixed;
  font-weight:bold;
}

/*________________________________________________ Generic HTML tags ***/
*html th{
	font-size:71%;/*For IE5 and IE 5.5 as they do not inherit font-sizes into tables*/
	fon\t-size:100%;/*Attribute attached to IE6*/
}

*html td{
	font-size:71%;/*For IE5 and IE 5.5 as they do not inherit font-sizes into tables*/
	fon\t-size:100%;/*Attribute attached to IE6*/
}


h1, h2{ font-family: Arial, Helvetica, sans-serif;}
h1 {
	font-size: 150%;
	margin:0;
	padding:0.5em 0 1.1em;
	font-weight:normal;
}
h2 {	
	font-size: 120%;
	margin:0 0 0.7em;
}
h3 {
	font-size: 110%;
	margin:0;
}
p { 
	margin:0 0 1.2em;
	padding:0;
}
*html p{
	/*\*/
	height:10px;/*fixes dissapearing text defect*/
}

a:link, a:visited  {color: #cacaca;}
a:hover, a:active{color:#fff;}
a.nohover:hover{
	color: #fff!important;	
}
img{border:none;}
input, textarea, select, button{font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; vertical-align:middle}
html>body textarea{ font-size:100%;}
hr {
	border:none;
	height:1px;
	background-color:#666;
}
form{
	margin:0;
	padding:0;
	display:inline;
}
sup{
	font-size:85%;
}


ul {
	margin:0 0 0.5em 0;
	padding: 0 0  0.5em 18px;
}
li {
	padding: 0 0  0.5em 0;
}
.small{
	font-size:85%;
}
.home h2{
	font-size:150%;
	margin:0 0 30px;
	padding:0;
}
h1{
	font-size:180%;
	margin:0 0 30px;
	padding:0;
	color:#fff;
}

#content{
	width:880px;
	margin:0 auto;
	background:url(../img/pageBG.png) repeat-y;
	padding:0 57px;
	min-height:100%;
		position:static;

}

* html #content{
	height:100%;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/pageBG.png');
}
* html #content a{
	position:relative;
	z-index: 1;
}



#header{
	padding:40px 0 27px;
	border-bottom:1px solid #3E3E3E;
	position:relative;
	margin-bottom:40px;
}
* html #header{
	height:1px;
}
#header h1{
	margin:0;
	padding:0;
	font-size:100%;
}
#logo{

}
#menu{
	position:absolute;
	right:0;
	bottom:35px;
	text-align:right;
	font-size:80%;
}
#menu ul li{
	list-style:none;
	margin:0 0 0 40px;
	padding:0;
	float:right;
	color:#666;
}
#menu a{
	 text-decoration:none;
}
.films ul li{
	color:#666;
}
.films ul li span{
	color:#FFF;
}
#footer{
	padding:40px 0 ;
	border-top:1px solid #3E3E3E;
	position:relative;
	margin-top:40px;
	font-size:60%;
	font-weight:normal;
	color:#333;
}

#footer address{
	font-style:normal;
	display:inline;
	color:#fff;
}

.video{
	text-align:center;
	background:#333;
	width:320px;
	padding:1px;
	margin:0 30px  1.2em 0;
	float:left;
}
.clear{
	clear:both;
	font-size:1px;
}
.credits{
	font-size:90%;
	line-height:160%;
}





