html
{
	background: #000;
}

body
{
	margin:auto;
	font-family: 'Helvetica', sans-serif;
	font-weight: bold;
	font-size: 15px;
	background: #fff url(../images/bottomTile.jpg);
	color: #fff;
}

p
{
	margin-bottom: 20px;
}

#siteWrapper
{
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 1200px;
}

#topPanel
{
	background: url(../images/topPanelGreen.jpg) repeat-x;
	height: 240px;
	width: 100%;
}

#topPanelFaces
{
	height: 240px;
	width: 100%;
	background: url(../images/faces.png) no-repeat;
	background-position: center top;
}

#topPanelContent
{
	width: 600px;
	margin: auto 0;
}

#bodyPanel
{
	width: 100%;
	background: #fff;
}

#filmAssets
{
	background: #fff;
}

#synButton,#trailerButton
{
	width: 580px;
	text-align: right;
}

#synopsisPanelContent
{
	width: 540px;
	background: url(../images/synPanelTile.jpg) repeat-y;
	padding: 2px 30px 5px 30px;
	line-height: 140%;
}

#filmInfo
{
	padding-top: 10px;
}

#footerPanel
{
	height: 260px;
	background: url(../images/bottomPanelOrange.jpg) repeat-x;
}

#bottomPanelLogos
{
	width: 600px;
}

#classLogo
{
	float: left;
}

#mmLogo
{
	float: right;
}

a
{
	outline: none;
	color: #8cedfd;	
}

a:hover
{
	color: #FFF;	
}