html,
body {
	/*background: #3b5999 ;*/
	height:100%;
	font-family:Arial, xHelvetica, sans-serif;
	font-size: 12px;	
	background-color:#000000; 
    margin:0;
    padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2d2f32;
	/*font-weight: bold;*/
	text-decoration: none;		
}

img { border: 0; }

#column{
   background-image:url('../graphics/column.png');
   background-repeat:no-repeat;
   /*background-size:770px 100px;*/
}

#container 
{
   text-align:left;
   margin-left:10px;
   top:5px;   
   min-height:100%;
   position:relative;  
   width:950px;
}

#content {
   margin-left:15px;
}

A:link {text-decoration: none; color:#000000;}
A:visited {text-decoration: none; color:#000000;}
A:active {text-decoration: none}

#movietitle {
   color:#FFFFFF;
   font-size:28px;
   font-weight:600;
   padding:0 0 10px 10px;
   text-transform:uppercase;
}

#movieyear {
   color:#2c78c5;
   font-size:16px;
   font-weight:bold;   
   padding: 10px 10px;
}

#header 
{
   /*padding:10px;*/
   width:900px;
   text-align:center;
}

#contentwrapper{
    float: left;
    width: 100%;
    color: white;
}

#contentcolumn{
    margin-right: 300px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
    float: left;
    width: 300px; /*Width of right column*/
    margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
    color: white;
}

.innertube{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}
