#wrapper {
	background-image: url("/i/homepage-header-bg.jpg");
	background-position: 10px 10px;
	background-repeat: no-repeat;	
	height: 750px;
}

h1 {
	position: absolute;
	top: 170px;
	width: 913px;
	text-align: center;
	font-size: 26px;
	color: #011e4d;
}

a.thumbs {
	position: absolute;
	top: 220px;
	display: block;
	width: 277px;
	height: 403px;
	background: url("/i/thumb-bg.png");
	text-align: center;
	text-decoration: none;
	z-index: 10;
}

a.thumbs:hover {
	background: url("/i/thumb-bg-hover.png");
	opacity: 0.8;
}

a#thumb-1 { left: 40px; }
a#thumb-2 { left: 318px; }
a#thumb-3 { right: 40px; }
	
a.thumbs img {
	position: absolute;
	top: 35px;
	left: 35px;
	display: block;
	width: 207px;
	height: 207px;
}

a.thumbs .thumb-text {
	display: block;
	top: 300px;
	margin-top: 270px;
	font-size: 20px;
	color: #011e4d;
}

	a.thumbs .thumb-text span {
		display: block;
		font-size: 13px;
		margin-top: 15px;
		line-height: 16px;
	}
	
#footer {
	position: absolute;
	bottom: 30px;
	width: 913px;
	text-align: center;	
	z-index: 20;
	color: #011e4d;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

	#footer a {
		color: #011e4d;
		font-weight: normal;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
#footer-bg {
	position: absolute;
	left: 10px;
	bottom: 10px;
}