@charset "UTF-8";
/* CSS Document */

html, body 
{
	width: 100%;
	height: 100%;
	margin:0px;
	padding: 0px;
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size:14px;
	line-height:20px;
		
}
	
#wrapper
{
	position: absolute;
	
	height: 100%;
	width:  1024px;
	margin: 0px;
	padding: 0px;
	
}

#header
{
	
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height: 357px;	
	
}

#headerTxt
{	
	background-image:url(../images/headerTxt_sm.gif);
	background-repeat:no-repeat;
	width: 970px;
	height: 169px;
	margin-left:54px;
	margin-top:10px;
	
}

#share
{
	float:right;
	margin-top:25px;
	margin-bottom:25px;
	color:#FF3000;
	font-weight:bold;
}

#synopsis
{	
	background-image:url(../images/synHeader.gif);
	background-repeat:no-repeat;
	width: 530px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:35px;
	margin-left:35px;
	
	float:left;
}

#trailer
{	
	padding-bottom:25px;
	float:right;
}

#footerTxt
{	
	background-image:url(../images/footer_sm.gif);
	background-repeat:no-repeat;
	width: 560px;
	height:173px;
	margin-top:25px;
	clear:both;
	float:left;
	margin-left:30px;
}

#footer
{	
	background-image:url(../images/footerGfx.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height:120px;
	margin-top:45px;
	clear:both;
	
}