body#home div#container {
	background: #fff url(../img/bg_home_container.png) repeat-x bottom left;
}

body#home div#content {
	margin: 0 580px 0 20px;
	height: 220px;
	min-height:220px;
	background: url(../img/bg_home_content.png) no-repeat 0 20px;
}

body#home div#content h2 {
	margin-bottom: 5px;
}

div#imagecontainer {
	position: absolute;
	top: 65px;
	left: 196px;
	width: 580px;
	height: 336px;
	border: 1px solid #91140c;
	background: url(../img/bg_imagecontainer.png) no-repeat 0 0;
}

body#home div#footer {
	height: 60px;
}

body#home div#footer div.article {
	padding-left: 20px;
}

body#home div#nav {
	left: 195px;
}

