html, body {
	background-color:#FFFFFF;
	background-image:url(img/BG.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin:0px;
	height: 100%;
}

#box {
	margin:auto;
	/*background-color:#FFFFFF;*/
	width:800px;
	/*min-height:100%;*/
	z-index:3;
}

#aboutBox {
	position:relative;
	background-color:#FFFFFF;
	/*background-color: #F8F7F7;*/
	background-image:url(img/werwiewasBG.gif);
	background-repeat:repeat-y;
	top:100px;
	height:45px;
	width:800px;
	z-index:10;
	/*text-align:center;*/
	/*border-bottom:10px solid #FFFFFF;*/
	/*overflow:auto;*/
}

#workBox {
	position:relative;
	background-color:#FFFFFF;
	/*background-color: #F8F7F7;*/
	background-image:url(img/mitwemBG3.gif);
	background-repeat:repeat-y;
	top:110px;
	height:45px;
	width:800px;
	z-index:20;
	/*text-align:center;*/
	/*overflow:auto;*/
}

#contactBox {
	/*position:absolute;*/
	background-color:#FFFFFF;
	position:relative;
	background-image:url(img/woBG2.gif);
	background-repeat:repeat-y;
	/*top:460px;*/
	top:120px;
	height:45px;
	width:800px;
	z-index:30;
}

#logo {
	position:absolute;
	/*position:relative;*/
	/*margin-top:75px;*/
	top:490px;
	margin-left:501px;
	height:45px;
	width:297px;
	z-index:40;
}

#werwiewas {
	display:none;
	margin-top:10px;
}

#mitwem {
	display:none;
	margin-top:10px;
}

#wo {
	display:none;
	margin-top:10px;
}

a {
	outline:0; -moz-outline:0;
}
