body, html{
	margin: 0;
	padding: 0;
	text-align: center;
	background: black;
	height: 100%;
	position: relative;
}

a{
	color: white;
	text-decoration: none;
	outline: none;
}

a:hover, a.selected{
	color: red;
}

#content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 655px;
	margin-top: -328px;
	margin-left: -400px;
	text-align: left;
}

#content img{
	border: none;
}

#content-landing{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	text-align: left;
}

#content-landing img{
	border: none;
}

#photo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 509px;
	text-align: center;
}

#photo img{
	border: none;
}

#loading{
	position: absolute;
	top: 0px;
	left: 0px;
	background: black;
	width: 800px;
	height: 509px;
	z-index: 1000;
}

#loading img{
	position: absolute;
	top: 195px;
	left: 340px;
}

#nav{
	position: absolute;
	top: 509px;
	left: 0px;
	width: 800px;
	height: 146px;
	font: 10px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	background: black;
}

#nav img{
	border: none;
}

#nav #categories{
	width: 600px;
	line-height: 14px;
	height: 14px;
	margin: 16px auto 16px auto;
}

#nav #categories a{
	font-size: 16px;
	display: block;
	float: left;
}

#nav #categories a.selected{
	color: red;
}

#nav #button-back{
	float: left;
	width: 60px;
	text-align: left;
}

#nav #button-back a{
	display: block;
	width: 60px;
	height: 45px;
	padding: 15px 15px 0 0;
	color: red;
}

#nav #button-forward{
	float: right;
	width: 60px;
	text-align: right;
}

#nav #button-forward a{
	display: block;
	width: 60px;
	height: 45px;
	padding: 15px 15px 0 0;
	color: red;
}

#nav #logo{
	height: 60px;
	padding-left: 183px;
	float: left;
	width: 297px;
}

#nav #static-links{
	clear: both;
	width: 208px;
	margin: auto;
	line-height: 20px;
	padding-top: 20px;
	
}

#nav #static-links p{
	display: inline;
	margin: 0;
	padding: 0;
	width: 100px;
	display: block;
	float: left;
}

#in{
	position: absolute;
	top: 509px;
	left: 0px;
	text-align: center;
	font: 10px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	line-height: 91px;
}

#in a{
	display: block;
	width: 800px;
	height: 91px;
}
