body {
	background: url(/assets/images/bg.jpg) top center no-repeat #000;
}
a, a:hover, a:visited {
	color: #f00;
}
#main {
	background: url(/assets/images/bg.jpg) top center no-repeat #000;
}
#header {
	height: 180px;
	position: relative;
}
#logo {
	position: absolute;
	left: 0;
	top: 40px;
}
#gallery {
	padding: 2em 0;
}
#gallery a {
	display: block;
	height: 117px;
	width: 117px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
#footer {
	padding-bottom: 1.5em;
}
