* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
}
#wrapper {
	background-image: url(../images/background.jpg);
	width: 810px;
	margin-right: auto;
	margin-left: 10px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 262px;
	width: 810px;
}
#leftcolumn {
	float: left;
	width: 305px;
	margin: 40px 50px 0 50px;
}
#rightcolumn {
	width: 270px;
	float: left;
	margin: 40px 50px 0 30px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 140px;
	width: 810px;
	clear: both;
}

#logo {
	position: absolute;
	top: 126px;
	left: 258px;
}