html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100.1%;
	background: #000;
	font-family: 'UnifrakturMaguntia', cursive;
	}	
/*
########################################################## PAGE ##########################################################
*/	
.counter {width: 100px; height: 100px; position: fixed; bottom: 10px; left: 0;}
.counter P A {color: #000}
#page {
	width: 900px;
	margin: auto; /*top: 70px*/
	padding: 64px 0 0 0;
	position: relative;
	}
			
	span.white {
		color: #fff;
		}
/*//////////////////////////// MENU /////////////////////////*/
#menue {
	width: 150px;
	height: 34px;
	text-align: center;
	font-family: 'UnifrakturMaguntia', cursive;
	position: absolute;
	top: 280px;
	z-index: 1000;
	}

	#menue ul {
		padding: 0;
		margin:0;
		font-size: 23px;
		list-style: none;
		text-align: right;
		}
		
		#menue ul li{
			/*display: inline;*/
			margin-bottom: 15px;
			}
			
			#menue ul li a {
				color: #f8b140;
				text-decoration: none;
				font-weight: bold;
				}
/*********************************************************** WRAP ***********************************************************/
#content {
	width: 900px;
	position: relative;
	}
