	* {
		margin:auto;
		padding:0;
	}
	
	html, body {
		background: none repeat scroll 0 0 #000000;
		color: #FFFFFF;
		height: 100%;
		width: 100%;
		min-width:960px;
	}

	a.clean{
		text-decoration: none;
		color: #fff;	
	}
	
	div#main{
		width: 100%;
		height: 100%;
		text-align: center;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
	}
	
	div#head{
		height: 100px;
		border-bottom: 1px solid #fff;
		width: 100%;
		top: 0px;
		clear:both;
		float: left;
	}
	
	div.title{
		font-family: Courier;
		font-size: 22pt;
		color: #FFF;
		margin-top: 60px;
		margin-left:50px;
		position: absolute;
		padding-left: 10px;
		padding-right: 10px;
		background: none repeat scroll 0 0 #000000;
	}
	.logo{
		border: 0px solid black;
	}

	div#menucontainer {
		margin: 86px 50px auto auto;
		float: right;
	}
	
	div#contentContainer{
		height: 100%;
		overflow: hidden;
		display: block;
		text-align: center;
		background: none repeat scroll 0 0 #000000;
	}
	
	div#content{
		text-align: center;
		position:absolute;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin-top: 105px;
		margin-bottom: 105px;
		overflow: hidden;
		display: block;
		z-index: 10;
	}

	.loadingbg{
		background-image:url('./img/loading.gif');
		background-repeat:no-repeat;
		background-position:center; 
	}
	
	div.contentOverlay{
		background: #000;
		width: 960px;
		height: 100%;
		text-align: left;
	}

	#navOverlay{
		width: 100%;
		height: 100%;
		position: absolute;
	}
	#navPrev{
		width: 35%;
		float: left;
		border: 0px dotted white;
		height: 100%;
		vertical-align: middle;
		cursor: pointer;
	}
	.navPrevHover{
		background-image:url('./img/prev.gif');
		background-repeat:no-repeat;
		background-position:center; 
	}
	#navNext{
		width: 35%;
		float: right;
		border: 0px dotted white;
		height: 100%;
		vertical-align: middle;
		cursor: pointer;
	}
	.navNextHover{
		background-image:url('./img/next.gif');
		background-repeat:no-repeat;
		background-position:center; 
}
	
	#mainphoto{
		height: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	div#foot{
		height: 100px;
		width: 100%;
		border-top: 1px solid #fff;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		bottom: 0px;
		background: none repeat scroll 0 0 #000000;
	}
