#home
{
	background: url("/images/public/home_header_bg.jpg") no-repeat top center;
}

#home #logo
{
	font-size:0;
	padding:43px 0 0 60px;
}

#home #content
{
	width:920px;
	padding:40px;
	background: #35392b url("/images/public/home_content_bg.jpg") no-repeat bottom center;
}

#home #content h1
{
	padding-bottom:20px;
}

#home #content #page-area-
{
	float:left;
	width:740px;
	padding:0 20px 0px 0;
}

#home #content #page-area-sidebar
{
	float:right;
	width:440px;
	padding:0 0 20px 20px;
}

#home-footer
{
	border-top: 10px solid white;
}

#home-footer a
{
	display: block;
	float: left;
	border-left: 10px solid white;
}

#home-footer a:first-child
{
	border-left: 0;
}

