html, body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	background: black;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#header {
	position: absolute;
	z-index: 100;
	background: url("images/75_percent_black.png");
	width: 100%;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid black;
}
#main-menu {
	margin: 0px 40px 40px 40px;
	font-size: 11px;
	position: relative;
}
#main-menu ul {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	list-style: none;
	text-transform: uppercase;
}
#main-menu ul.submenu {
	position: absolute;
	top: 0px;
	left: 120px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	
}
#main-menu ul.first {
	border-left: 0px none;
	padding-left: 0px;
}
#main-menu li {
	padding: 5px 0px 0px 0px;
}
a:focus {
	outline: 0;
}
a {
	color: white;
	text-decoration: none;
}
a:hover,
a.current-menu-item {
	text-decoration: underline;
}
h1 {
	margin: 0px;
	padding: 40px 40px 30px 40px;
}
h1 a {
	display: block;
	text-decoration: none;
	width: 340px;
	height: 40px;
	background: url("images/h1.png") no-repeat top left;
	text-indent: -1000px;
	margin: 0px;
	padding: 0px;
}

#poster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
#poster img {
	width: 100%;
	height: auto;
	position: absolute;
}
#poster-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#imgLinks {
	margin: 50px;
	display: none;
}
#picNav {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	display: none;
}
#picNav a {
	display: block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	background-image: url("images/75_percent_black.png");
	position: absolute;
	top: 45%;
	right: 71px;
	margin-top: -25px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0px;
	overflow: hidden;
}
#picNav a:hover {
	background: white;
	color: black;
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
#picNav #nextPic {
	right: 0px;
}
#picNav a.loadingState {
	right: 0px;
	background-color: white;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position:  center center;
	text-indent: -1000px;
}
#poster-text {
	position: absolute;
	left: 0px;
	top: 60px;
	background: url("images/75_percent_black.png");
	max-width: 550px;
	padding: 40px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	z-index: 110;
}
#poster-text p {
	line-height: 20px;
}
h2 {
	margin: 0px 0px 20px 0px;
	font-size: 30px;
	text-transform: uppercase;
}
p {
	line-height: 18px;
}
#footer {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("images/75_percent_black.png");
	z-index: 100;
	height: 40px;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
#footer ul {
	list-style: none;
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
#footer ul li,
#footer ul li a {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 40px;
	line-height: 40px;
}
#footer ul li {
	margin: 0px 0px 0px 10px;
}
#posterContent a {
	text-decoration: underline;
}
em {
	text-transform: uppercase;
}