body, html {
	background: #002B5E url(images/bg.gif) repeat-x;
	margin: 0px auto;
	height: 100%;
	width: 100%;
	border:0;}
	
#pagecontainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;}
	
#bodycontainer {
	background: url(images/pagebg.png) repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;}
	
#bodycontent {
	width: 900px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;}
	
#homecontainer {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 750px;}
	
.listing{
	background: #003160;
	width: 870px;
	padding: 5px;
	margin-bottom: 15px;}
	
.movieposter{
	float: left;
	margin-right: 25px;}
	
/* Text styles */

.text {
	color: #FFFFFF;
	font-family: tahoma, arial;
	font-size: 11px}

a.text {
	color: #A2D2FF;
	text-decoration: none;}

a.text:hover {
	color: #A2D2FF;
	text-decoration: underline;}

.boldtext {
	color: #FFFFFF;
	font-weight: bold;
	font-family: tahoma, arial;
	font-size: 11px;}

a.boldtext {
	color: #A2D2FF;
	text-decoration: none;}

a.boldtext:hover {
	color: #A2D2FF;
	text-decoration: underline;}
	
.titlegreen20{
	color: #2EFC01;
	font-size: 20px;
	font-family:tahoma,arial;}
	
.titlegreen14{
	color: #2EFC01;
	font-size: 14px;
	font-weight: bold;
	font-family:tahoma,arial;}
	
.footertext {
	color: #003471;
	font-family: tahoma, arial;
	font-size: 11px}

a.footertext {
	color: #003471;
	text-decoration: none;}
	
/* Text box styles */

.textbox  { 
	font-family:tahoma,arial; 
	background: #2D6EB7;
	font-size:11px; color:#FFFFFF; 
	border:2px solid #2D6EB7;}


/* Navigation button rollovers */

#footer{
	background: url(images/footer.png) no-repeat;
	width: 1000px; 
	height: 50px;
	margin-right: auto;
	margin-left: auto;}
	
#nav-button a {
	background: url(images/nav-button.gif) no-repeat top;
	width: 175px; 
	height: 20px;
	float: left;}
	
#nav-button a:hover {
	background: url(images/nav-button.gif) no-repeat bottom;}
	
	
/* PNG fix */
img, div, a { behavior: url(iepngfix.htc); border: 0px }