#content {
	background: url('../images/background-homepage.jpg') top no-repeat;
}

#content div.contents {
	position: absolute;
	bottom: 0; left: 0;
	width: 601px; height: 159px;
	overflow: auto;
}

#content h2 {
	display: none;
}

#content *:first-child,
#content h2:first-child + * {
	margin-top: 0;
}

#content *:last-child {
	margin-bottom: 0;
}