/* CSS Document */

#center {
	position:absolute;
	width:100px;
	height:100px;
	z-index:1;
	left: 50%;
	top: 10px;
}
#main {
	position:absolute;
	width:600px;
	z-index:1;
	left: -280px;
	top: 140px;
	overflow: hidden;
	visibility: visible;
	background-color: #222222;
}
#left {
	position:absolute;
	width:200px;
	height:600px;
	z-index:2;
	left: -480px;
	top: 140px;
}
#right {
	position:absolute;
	width:150px;
	z-index:3;
	left: 320px;
	top: 140px;
	background-color: #222222;
}
#titel {
	position:absolute;
	width:600px;
	height:5;
	z-index:4;
	left: -280px;
	top: 140px;
}
#top {
	position:absolute;
	width:950px;
	height:130px;
	z-index:5;
	left: -480px;
}
