
#movie_logo { 
	background: url('/graphics/movie_logo.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(0, 0, 0);
}

#welcome {
	text-align:left;
	font-size : 16px;
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto; 
	width: 60%;
}

#seasonal {
	text-align:left;
	font-size : 14px;
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto; 
	width: 60%;
}
#seasonal H2 { text-align:center;}

#control_box {
	text-align:left;
	position:relative;
	width:60%;
	margin-top: 50px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #a0cfdd;
}

#menu {
	top:0px;
	width:34%;
}

#special_pick {
	position:absolute; top:0px;
	width:390px;
	font-size: 14px;
}
#special_pick IMG {border:0;}


.indexes {
        margin-left: auto; 
        margin-right: auto; 
	width: 600px;
	text-align:left;
}

th {height:45px;}
th.coming { background: rgb(0, 0, 0) url('/graphics/bar_coming.gif') no-repeat center center; }
th.now    { background: rgb(0, 0, 0) url('/graphics/bar_now.gif') no-repeat center center; }
th.vault  { background: rgb(0, 0, 0) url('/graphics/bar_vault.gif') no-repeat center center; }
th.tv     { background: rgb(0, 0, 0) url('/graphics/bar_tv.gif') no-repeat center center; }

th.films     { background: rgb(0, 0, 0) url('/graphics/bar_movies.gif') no-repeat center center; }
th.tvshows   { background: rgb(0, 0, 0) url('/graphics/bar_tv_shows.gif') no-repeat center center; }


.indexes {font-size:12px ; }
.date {font-size:9px;}

.tab { text-align:center; font-weight:bold; padding-top:4px;}


