* {
		margin: 0;
		padding: 0;
		}
		
html {
	font-size: 100%;
		}
	

/* ---------- add your code below ---------- */

body {
		font-size: 62.5%;
		font-family: Ariel, Helvetica, sans-serif;
		background-color:#333;
		}
		

		
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3366;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3366;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
		
		
#layer1 {
	width: 1000px;
	height: 750px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	margin-top: 0px;
	z-index: 1;
	
		}

#menu {
	width: 750px;
	height:29px;
	position: absolute;
	top: 110px;
	left: 160px;
	font-size: 1.2em;
	z-index: 2;
	
		}
#insideFilm {
	width: 680px;
	height: 98px;
	position: absolute;
	top: 0px;
	left: 160px;
	z-index: 3;
		}
		
#headers {
	background: #334455;
	
		}


		

