@charset "utf-8";
/* CSS Document */

* {}

body {
	background-image: url(mainbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}

.mainHeader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	width: 800px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 50px;
	padding-bottom: 0px;
	border-bottom: 1px solid #FFFFFF;
}

a.movie {color: #FB0F94 !important; padding: 0; text-transform: uppercase;}
a.movie:hover {color: #ffffff !important;}

.mainHeader a{
	float: left;
}

.subHeader {
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 8px;
	float: right;
}

.header {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 784px; 
	margin-left: auto; 
	margin-right: auto;
	padding: 10px 0; 
}

.header a {color: #FB0F94;}
.header a:hover {color: #FFFFFF;}

.caps {
	font-weight: bold;
	text-transform: uppercase;
}

.middle {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
	xborder-top: 1px solid #FFFFFF; 
	xborder-bottom: 1px solid #FFFFFF;
	padding: 10px 0; 
	text-align: center;
 }

.footer {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10px;
}

a {
	color: #FB0F94;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

.middle a img {
	border: 1px solid #fb0f94;
}

.middle a img:hover {
	border: 1px solid #ffffff;
}

.moreMovies {
	display: block;
	width: 190px;
	height: 23px;
	color: #FFFFFF;
	background-image: url(playbutton.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
}

.moreMovies:hover {
	background-position: bottom left;
}

a.bigButton {
	display: block;
	background: transparent url(button.gif) top center no-repeat;
	color: #CFCFCF;
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
}

a.bigButton:hover {
	color: #ffffff;
}

a.bigButton:active {
	background-position: bottom;
}



