@charset "UTF-8";
/* CSS Document */

body{
	background:#000000;
	font-family:Geneva, sans-serif;
	color:#ccc;
}
a {
	text-decoration:none;
	color:#999;
	outline:none;
}
a:hover{color:#fff;}

h4{
	line-height:10px;
	font-size:13px;
	text-decoration:none;
		
}

#mainContainer{
	width:1100px;
	height:650px;
	
	margin-left:auto;
	margin-right:auto;
	/*border:3px double #F00;*/
}

/*START OF HEADER*/
#mainHeading{
	width:600px;
	height:131px;
	
	position:absolute;
	margin-left:250px;
	/*border:#F3C dotted 1px;*/
}

/*START OF INDEX*/
#content{
	width:1100px;
	height:450px;
	
	position:absolute;
	margin-top:100px;
	/*border:dotted 1px blue;*/
}

#mask{
	width:800px;
	height:450px;
	
	position:absolute;
	margin-left:150px;
	/*border:dotted 3px green;*/
}
.videoInfo{
	height:30px;
	width:810px;
	
	position:absolute;
	margin-top:20px;
	line-height:30px;
	text-align:center;
	/*border:1px solid #f0f;*/
}


#contentBOX{
	height:420px;
	width:810px;
	
	position:absolute;
	margin-top:30px;
	text-align:justify;
	font-size:12px;
	background:url(../assets/images/theatre3.png) center no-repeat;
	
	/*border:solid 1px red;*/
}

#theatre{
	position:absolute;
	margin-top:35px;
	margin-left:9px;
	
}

/*END OF INDEX*/


/*START of FOOTER*/
#footer{
	width:1100px;
	height:65px;
	
	position:absolute;
	z-index:5;
	margin-top:565px;
	/*border:1px dotted #FC0;*/
}

#indexfooterMenu{
	height:48px;
	width:615px;
	
	position:absolute;
	margin-left:242px;
	
	font-size:12px;
	line-height:25px;
}

#footerMenu{
	width:616px;
	height:48px;
	
	position:absolute;
	margin-left:242px;
	font-size:12px;
	line-height:25px;
}

#playBUTTON{
	height:73px;
	width:200px;
	background:url(../assets/buttons/playButton.png);
	cursor:pointer;
	position:relative;
	float:left;
	margin-left:3px;
	margin-top:-24px;
}

.footerBtn{
	height:25px;
	width:205px;
	text-align:center;
	
	margin-top:0px;
	float:left;
}


#copyRight{
	width:1100px;	
	height:20px;
	
	position:absolute;
	margin-top:29px;
	
	font-size:9px;
	line-height:20px;
	text-align:center;
}

/*END OF FOOTER*/
