@charset "utf-8";
/* CSS Document */


html {
height:100%; 
max-height:100%;
padding-bottom: 1px;


/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 

/* */}



#header {
margin-left: -450px;
left: 50%;
width:900px;

/*background-image:url(pic/bg_header.png);
background-repeat:no-repeat;*/
position:absolute;
display:block;
z-index:1000;
}

body {
background-repeat:repeat-x;
background-color:#FFFFFF;   /*#E8E7E9*/
height: 100%;


}


#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:3;
	bottom:70px;
	margin-left: -449px;
	left: 50%;
	width:918px;
	margin-bottom:-20px;
}



/*#fuss {
margin-left: -450px;
left: 50%;
width:900px;
position:absolute;
display:block;
z-index:1000}
