@charset "UTF-8";

h1 {
	background-image: url(/images/home-top.png);
}

#content {
	background-image: url(/images/home-bg.png);
	position: relative;
	height: 517px;
}

#footer {
	background-image: url(/images/home-footer-bg.png);
}

#home-photo {
	width: 605px;
	height: 540px;
	position: absolute;
	top: 0;
	left: -40px;
}

#home-sponsors {
	width: 85px;
	position: absolute;
	left: 573px;
	bottom: -20px;
	text-align: center;
}

#home-sponsors p {
	margin: 0;
	padding: 0;
	padding-left: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	overflow: visible;
}

#home-caption {
	position: absolute;
	width: 160px;
	left: -215px;
	/*top: 460px;*/
	bottom: 0;
	font-size: 10px;
	color: #fff;
}

#home-caption h2, #home-caption h3, #home-caption p {
	margin: 0;
	font-size: 10px;
	padding: 0;
}

.homepage-feature-border {
	background-image: url(/images/homepage-feature-border.png);
	width: 605px;
	height: 540px;
	position: absolute;
	top: 0;
	left: -40px;
}
