html {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

body {
	margin: 0 auto;

	width: 826px;
}

div.column {
	float: left;
	width: 333px;

	margin: 20px;
	padding: 20px;
}

div.column a img {
	border: 0;
}

img#logo {
	padding-top: 20px;
}
