body{
	margin:0; 
	padding:0;
	text-align:center; 					/* fix for center elements */
	background-color:#000000;
}
#mainContainer{
	z-index:1;
	position:absolute; 					/* needed for center */
	width:980px;						/* website */
	height:800px;						/* TESTEN! */
	left:-490px; 						/* fix for center width */
	margin-left:50%; 					/* fix for center  */
	margin-right:50%; 					/* fix for center  */
	border:0px none;
	background-image:url('background.jpg');
	background-repeat:no-repeat;
}
img{
	border-style: none;
}
/* ----------------------------------------------------------- */
#hiddenVisuals{
	z-index:3;
	position:absolute; 					/* needed for center */
	left:0px;							/* IE fix */
	top:245px;
	width:978px;						/* 980 - 2 */
	height:155px;
	/*border: 0px none;*/
}
#hiddenVisuals a{
	display:block;
	width:100%;
	height:100%;
	/*border: 0px none;*/
}
/*#hiddenVisuals a:active, a:focus{
	border: 0px none;
}*/
#hiddenVisuals a:hover{
	border:1px solid #FFFFFF;
	/*background-image:url('test.png');*/
	background-color:#CCCCCC;
	filter:alpha(opacity=20); 			/* transparancy IE */
	opacity:0.2; 						/* transparancy Firefox / CSS3 standard */
}
/* ----------------------------------------------------------- */
#underWater{
	z-index:2;
	position:absolute; 					/* needed for center */
	left:565px;
	width:155px;						
	height:798px;						/* 800 - 2 */
}
#underWater a{
	display:block;
	width:100%;
	height:100%;
}
#underWater a:hover{
	border:1px solid #FFFFFF;
	/*background-image:url('test.png');*/
	background-color:#CCCCCC;
	filter:alpha(opacity=20); 			/* transparancy IE */
	opacity:0.2; 						/* transparancy Firefox / CSS3 standard */
}
/* ----------------------------------------------------------- */