body {
	background-image: url(../graphics/background.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	padding: 0 0 70px 0;
}

#buttons {
	position: absolute;
	top: 20px;
	left: 20px;
}

#page {
	width: 660px;
	margin: 0 auto;
	padding: 150px 20px 5px 20px;
	border: 1px solid #EEE;
	border-top: none;
	position: relative;
}

#content {
	width: 440px;
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 180px;
	margin: 180px 0 0 0;
}



#footer {
	margin: 50px 0 0 0;
	color: #CCC;
	font-size: 0.8em;
	clear: both;
}