.main {
	background-position: center;
	width: 900px;
	margin: auto;
	height: 100%;
	background-color: #6191c2;
	border: solid 1px;
	overflow: inherit;
}
.top {
	width: 100%;
	margin: auto;
	height: 160px;
	background-image: url(images/matterhorn.jpg);
	background-repeat: no-repeat;
}
.middle {
	width: 150px;
	height: 100%;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
.right {
	width: 725px;
	height: 100%;
	float: right;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 5px;
}
.footer {
	clear: both;
	margin: auto;
	height: 16px;
	border-top: solid 1px;
	border-top-color: #000000
}

