#absolutemiddle{
	color: #fff;	
	margin-top:0px;
	margin-left:0px;
	position: absolute;
	width: 400px;
	height: 500px;
	visibility: visible;
} 

html, body, div, p, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;	
}

html, body {	
   background-color: #E4E4E4;
   color: #E4E4E4;
   height: 100%;
}

.alternativ{
	display: none;
}

h1 {
	display: none;
}

#content{
	color: #ffffff;
	margin-top:-600px;
	margin-left:-800px;
	position: absolute;
	width: 640px;
	height: 590px;
	visibility: visible;
	z-index: 1;
} 