html
{
	background: #000;
}

body
{
	margin:auto;
	font-family: 'Verdana', sans-serif;
	font-weight: bold;
	font-size: 11px;
	background: #000;
	color: #FFF;
}

strong
{
	font-weight: bold;
}

p
{
	margin-bottom: 20px;
	line-height: 148%;
}

#siteWrapper
{
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 1200px;
	background: url(../images/intheloop_bg.png) no-repeat;
	background-position: center top;
	padding-bottom: 80px;
}

#content
{
	margin: 0 auto;
	width: 980px;
	text-align: center;
	background-color: #10b3e1;
}

#topInfoCells
{
	height: 270px;
}

.topInfoCell
{
	height: 270px;
	float: left;
}

#mainBody
{
	width: 980px;
	background: url(../images/mainbody_bg.jpg) no-repeat;
	padding-top: 200px;
}

.mainContentContainer
{
	width: 480px;
	height: 510px;
	margin: 0 auto;
	position: relative;
	left: -10px;
}

#tagLineCell
{
	padding-bottom: 30px;
}

#readSynopsis,#viewTrailer
{
	width: 500px;
}

#bottomPanel
{
	height: 180px;
	width: 980px;
	background: url(../images/bottompanel_bg.jpg) no-repeat;
}

#extrasTable
{
	margin: 0 auto;
	width: 540px;
}

#facebookButton
{
	width: 190px;
}

#subscribeField
{
	width: 230px;
	background: url(../images/subscribe_bg.png) no-repeat;
}

#subscribeField #subscribe
{
	border: 1px #fff solid;
	outline: none;
	width: 190px;
	font-weight: bold;
	font-size: 10px;
	color: #11b5e1;
}

#MadmanLogo
{
	float: left;
	position: relative;
	left: 130px;
	top: 100px;
}

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

a:hover
{
	color: #FFF;	
}

#flashPanel
{
	height: 280px;
	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: -280px;
	top: 520px;
}