* {
	margin: 0;
	padding: 0;
}

body {
	background: url('../assets/3circle-studio.jpg') no-repeat fixed center center;
	color: #fff;
	height: 100%;
	font-family: Helvetica, Aria, sans-serif;
	font-size: 11px;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h1 a {
	height: 54px;
	width: 361px;
}
h1 {
	left: 25px;
	position: absolute;
	top: 35px;
}
h1 a {
	background: url('../assets/3circle-studio.png');
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

ul {
	list-style: none;
}

#navigation {
	left: 25px;
	position: absolute;
	top: 109px;
}
#navigation li {
	float: left;
	padding-right: 15px;
}
#navigation li a {
	font-weight: bold;
}

#footer {
	bottom: 25px;
	position: absolute;
	right: 25px;
}
#footer li {
	float: left;
	padding-left: 15px;
}