* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#000000;
 margin:0;
 height:auto;
}


#main_backer { 
 height:625px;
 width:100%;
 background: url('../images/main_backer.gif') repeat-x;
 background-position: top center;
 background-attachment: scroll;
}


#wrapper {
 margin: 0 auto;
 width:900px;
 height:auto;
}


#date {
 color:#FFFFFF;
 width:120px;
 height:7px;
 float:right;
 margin-right:-30px;
 margin-top:7px;
 font-size:11px;
}


#header {
 padding-top:12px;
 clear:right;
}


#logo_link {
 width:280px;
 height:100px;
 position:relative;
 top:-400px;
}


#navigation {
 width:607px;
 height:78px;
 margin-top:-100px;
}


#home_col_left {
 width:555px;
 height:auto;
 float:left;
}

#movie_wrap {
 width:293px;
 height:300px;
 background: url('../images/home_video.jpg')  no-repeat;
 margin-top:40px;
}

#movie_position {
 margin-left:9px;
 padding-top:5px;
}


#home_col_right {
 width:293px;
 height:auto;
 float:right;
 margin-top:-80px;
}


#footer {
 color:#999999;
}


#who_col {
 width:800px;
 height:auto;
 float:left;
}

#who_bar {
 width:676px;
 height:26px;
 background: url('../images/subnav_bar.gif') no-repeat;
 padding-top:6px;
}

#who_bar_text {
 float:right;
 margin-right:20px;
}

#who_bar_text a { color:#3366FF; text-decoration:none; }
#who_bar_text a:hover { color:#CC9933; text-decoration:none; }



