.container {
	width: 825px;
	margin: auto;
	background-color: #fff;
	color: #333;
	border: 1px solid #000;
	line-height: 130%;
}

.top {
	background-image: url('../images/top.jpg');
	height: 24px;
}

.header {
	background-image: url('../images/header.jpg');
	height: 105px;
}

.seperator {
	background-image: url('../images/seperator.png');
	height: 24px;
}

.copyright {
	background-image: url('../images/bottom.png');
	height: 11px;
	text-align: right;
	padding: 6px;
	color: #ccc;
	clear: both;
}

.copyright a {
	color: #ccc;
	text-decoration: none;
}
