@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:11px;
	line-height:17px;
	
}
	
#wrapper
{
	position: absolute;	
	height: 100%;
	width:  100%;
	margin: 0px;
	padding: 0px;
	
	text-align:center;
}

#header
{	
	background-image:url(../images/header_sm.jpg);
	background-repeat:no-repeat;
	width: 560px;
	height:214px;
}

#headerTxt
{	
	background-image:url(../images/headerTxt_sm.gif);
	background-repeat:no-repeat;
	width: 550px;
	height:140px;
	margin-top:25px;
}

#share
{
	float:right;
	margin-top:25px;
	margin-bottom:25px;
	color:#FF3000;
	font-weight:bold;
}

#synopsis
{	
	background-image:url(../images/synHeader_sm.gif);
	background-repeat:no-repeat;
	width: 530px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	margin-top:35px;
	padding-top:55px;
}

#trailer
{	
	padding-top:25px;
	padding-bottom:15px;
}

#footerTxt
{	
	background-image:url(../images/footer_sm.gif);
	background-repeat:no-repeat;
	width: 560px;
	height:113px;
	margin-top:45px;
	
}

#footer
{	
	background-image:url(../images/footerGfx_sm.jpg);
	background-repeat:no-repeat;
	width: 560px;
	height:80px;
	margin-top:45px;
	
}

