body {
	background-color: #000;
}

#main {
	background-image: url(img/background.jpg);
	width: 848px;
	height: 700px;
	margin: 33px auto;
    position: relative;
	}
	
#hidden {
	width: 100px;
	height: 100px;
	top: 3px;
	left: 524px;
	position: absolute;
	}
	
#index {
	background-image: url(img/leif-peterson-films.jpg);
	width: 438px;
	height: 695px;
	top: 34px;
	left: 524px;
	position: relative;
	}
	
#hidden2 {
	width: 173px;
	height: 180px;
	top: 124px;
	left: 731px;
	position: absolute;
	}
	
	
h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	color: #c7a378;
	text-align: left;
	font-weight: normal;
			 }
			 
#menu  {
	position: absolute;
	top: 344px;
	left: 595px;
	height: 100px;
	font-family: Garamond,Times, Georgia, serif;
	letter-spacing: .5px;
	font-size: 12px;
	text-transform: uppercase;
	margin:0;
	padding:0;
		 }
		 
#content  {
	padding-right: 25px;
	position: absolute;
	top: 68px;
	left: 48px;
	width: 340px;
	height: 575px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	font-size: 10px;
	margin:0;
	overflow: auto;
	text-transform: uppercase;

		 }
		 
		 
a {
	color: #666;;
	text-decoration: none;
	
	 }
a:visited {
	color: #666;
}
a:hover {
	color: #B52830;
}
a:active {
	color: #F6C662;
}
