#page {
	width: 1025px;
	margin: 0 auto;
	height: 900px;
	position: relative;
}
#header {
	width: 100%;
	float: left;
}
.site-title {
	width: 100%;
	float: left;
	margin: 32px 0 0 0;
	height:65px;
	text-indent: -999999px;
	color: transparent;
	background-image: url('../images/heading-text.png');
	background-position: top center;
}
#main {
	width: 100%;
	float: left;
}
.left-col {
	width: 372px;
	float: left;
	height: 227px;
	margin: 53px 0 0 0;
	background-image: url('../images/button.png');
}
.btn {
	width: 334px;
	height: 65px;
	float: left;
	margin: 5px 0 0 20px;
}
.btn-1 {
	margin: 17px 0 0 20px;
}
.btn-2 {
	margin: 54px 0 0 20px;
}
#footer {
	position: absolute;
	bottom: 0;
	height: 36px;
	left: 0;
	width: 100%;
}
#footer p {
	width: 100%;
	text-align: center;
	background-image: url('../images/footer-text.png');
	height: 36px;
	float: left;
	background-position: top center;
}