div#content { 
	background: url(homepage_background.jpg) no-repeat 50% -120px;
}
div#article {
	padding: 30px 360px 30px 100px;
	min-height: 600px;
}
* html div#article {
	height: 600px;
}
div#article h1 {
	position: static;
}
div#aside {
	display: none;
}