<style type="text/css">

<!--

html{
   margin:0;
   padding:0;
  }

body {
	background: #8c040a url(../images/backgroundkoos.jpg) top center no-repeat;

		}
	
#center {
	position: absolute;
	background: #464646 url(../images/content_gradient.gif)  repeat-x;
	margin: 0 0 0 -455px;
	left: 50%;
	top: 0px;
	height: 100%;;
	width:909px;
	z-index: 2;

	}

#back_left {
	position: absolute;
	left: -605px;
	width: 606px;
	height: 100%;
	top: 0px;
	background: url(../images/back_left.jpg) top right;
	background-repeat:no-repeat;
	z-index:1;
	}

#back_right {
	position:absolute;
    left: 909px;
	height: 100%;
	width: 605px;
	top: 0px;
	background: url(../images/back_right.jpg);
	background-repeat:no-repeat;
	z-index:1;
	overflow: hidden;
	}
	
-->

</style>