body {
		height:100%;
		max-height:100%;
		overflow:hidden
		padding:0;
		margin:0; 
		border:0;
		background-color: #024;
		background-image: url(../img/bg_front.gif);
		background-repeat: repeat-y;
 }	

#header {					/* Grafikdiv, 1000x115, x: 0 y:0 */
		z-index: 6;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 1000px;
		height: 115px;
		background-image: url(../img/header.gif); }

#left-bg {					/* Grafikdiv, 300x301, x: 0 y:115 */
		z-index: 4;
		position: absolute;
		top: 115px;
		left: 0px;
		width: 300px;
		height: 301px;
		background-image: url(../img/left.gif); }


#front {					/* Grafikdiv, 700x301, x: 300 y:115 */
		z-index: 4;
		position: absolute;
		top: 115px;
		left: 300px;
		width: 700px;
		height: 301px;
		background-image: url(../img/front.jpg); }
