/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#993300;
	background-color:#333333;
	}

#wrapper {
	width:955px;
	margin: 0 auto;
	background-color:#FFFFFF;
	}
	
#movie {
	width:955px;
	height:600px;
	}
	
#footer {
	color:#FFFFFF;
	width:935px;
	height:50px;
	padding:10px;
	text-align:center;
	background-color:black;
	text-transform: uppercase;
	}
a:link {
	color: white;
	text-decoration:none;
	}
	
a:visited {
	color: white;
	text-decoration:none;
	}
a:hover {
	color:#83387B;
	}
	
a:active {
	color: white;
	text-decoration:none;
	}
	
	