/* 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  MN_theatre.css - For all pages

  Copyright (C) Justin Ribeiro <justinribeiro@yourmediacoverage.com>
  Project Page - http://www.yourmediacoverage.com/
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

body 
{
	text-align: center; /* for IE */ 
	font: 12px Helvetica, Arial, sans-serif;
	background-color: #000;
}

#container 
{
    position: relative;
	width: 975px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding: 0px 0px;
	background-color: transparent;
}

#sections
{
  padding: 0px;
}

#topspot
{
  padding: 0px;
  margin-bottom: -3px;
}

#leftside
{
  width: 442px;
  height: 600px;
  float: left;
}

#centerblock
{
  width: 459px;
  height: 600px;
  float: left;
}

#rightside
{
  width: 74px;
  height: 600px;
  float: left;
}

#toppiece
{
  padding: 0px;
}
#bottompiece
{
  padding: 0px;
}

#player
{
  width: 459px;
  height: 340px;
  margin-bottom: -3px;
  _margin-bottom: -6px;
  background-color: #fff;
}

#selectVideo
{
  position: absolute;
  top: 110px;
  left: 45px;
}
