@charset "utf-8";
/* GAGETOWN MOVIE CSS Document - 2009
Edited by Jerlyn Thomas - designladynyc.com
 */
 body {
	margin:0;
	background-color: #000;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 19px;
}
/* THIS IS THE CONTAINER */
#container
{
	margin-top:34px;
	margin-left: auto;
	margin-right: auto;
	width: 942px; 
	height:768px;
	background-color:#000;
	border:0px solid red;
}
/* THIS IS THE HEADER */
#topContent{
border:0px solid red;
padding:0 83px 0 82px; 
/* top right bottom left */
}
#topContent .logo {
position:relative;
float:left;
margin-left:-82px;
border:0px solid red;

}
#countDown{
	
	text-align:right;
	
	
}

/* THIS IS THE MIDDLE CONTENT*/
#middle{
	margin-left: auto ;
  margin-right: auto ;

	border:0px solid blue;
	/*padding:0 0 0 82px; top right bottom left */
	height: 550px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#midContent{
	background-image: url(../img/bH.png);
	weight:948px;
	height:447px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	border:0px solid blue;
	text-align: center ; 
}
#leftDiv{
	width:313px;
	float:left;
	margin-top:20px;
	margin-left:35px;
	text-align:left;
	z-index:2;
	border:0px solid red;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#rightDiv{
	float:left;
	width:470px;
	margin-left:70px;
	margin-top:40px;
	text-align:left;
	z-index:3;
	border:0px solid red;
	line-height: 12px;
}


/* THIS IS THE FOOTER*/

#botContent{
	text-align:left;
	border:0px solid red;
	height:108px;
	padding:30px 0 0 0px;
	margin-top:0px;
	background-image: url(../img/botbg.jpg);
	background-repeat: repeat-x;
}	
#botContent .copy{
margin-left:50px;	
}

/*Timer*/
.lcdstyle{ /*Example CSS to create LCD countdown look*/
color:#e0912e;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}
