#wrapper_home {
	position:absolute;
	top:50%;
	left:50%;
	height:530px;
	width:908px;
	margin:-265px 0 0 -454px;
}

	#wrapper_bg_home {
		padding:0 4px;
		background:url(../images/layout/wrapper_bg.gif) repeat-y;	
	}

#wrapper_top_bg {
	height:4px;
	overflow:hidden;
	background:url(../images/layout/wrapper_top_bg.gif) no-repeat;
}	

#wrapper_bottom_bg {
	height:4px;
	overflow:hidden;
	background:url(../images/layout/wrapper_bottom_bg.gif) no-repeat;
}

#content_main {
	height:360px;
	overflow:hidden;
	background:url(../images/layout/content_main_bg.jpg) repeat-x;
}

	#content {
		background:none;
	}
	
		#content .adjustment {
			padding:70px 0 0 50px;
		}
		
	#logo_text {
		margin-top:45px;
	}
	
		#logo_text h3 {
			text-transform:uppercase;
			text-align:center;
			font-size:14px;
			margin:0;
		}
	
#content_bottom {
	background:#d5d8db;
	width:100%;
	height:136px;
}

	#logo_left {
		float:left;
		width:450px;
		height:136px;
		background:url(../images/layout/weinbaumuseum_home_logo_bg.jpg) repeat-x;
	}
	
		#logo_left a {
			display:block;
			width:450px;
			height:136px;
		}
		
			#logo_left a img {
				margin-left:50px;
				margin-top:20px;
		}
		
	#logo_right {
		float:left;
		width:449px;
		height:136px;
		margin-left:1px;
		background:url(../images/layout/kompazau_home_logo_bg.jpg) repeat-x;
	}
	
		#logo_right a {
			display:block;
			width:449px;
			height:136px;
		}
		
			#logo_right a img {
				margin-left:180px;
				margin-top:20px;
		}
