/* home.layout.css */

#logo {
	width: 500px;
	height: 64px;
	background: url('/fileadmin/web/images/logo.big.png') center center no-repeat;
}
#navigation,
#layout {
	display: none;
}

#stagewrap,
#stage {
	height: 64px;
	width: 500px;
	overflow: hidden;
}
#footer {
	position: relative;
	left: auto;
	bottom: auto;
}
#footer a {
	outline: none;
}