body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-image: url('/img/footer-bg.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Lucida, Tahoma, Verdana, Helvetica, sans-serif;
}

#header {
	display: block;
	width: 100%;
	background-image: url('/img/badge.gif');
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 1;
}

#header h1 {
	display: block;
	position: absolute;
	top: 244px;
	left: 117px;
	width: 232px;
	height: 104px;
	background-image: url('/img/igloo.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#footer {
	display: block;
	width: 100%;
	height: 329px;
	background-image: url('/img/footer.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 2;
}

#links {
	display: block;
	padding: 0;
	margin: 0 0 0 50%;
	list-style-type: none;
}

#links li {
	display: block;
	float: left;
	width: 159px;
	height: 30px;
	margin: 0 39px 0 0;
	z-index: 2;
}

#links li a {
	display: block;
	width: 153px;
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0 6px 7px 0;
	background-image: url('/img/button-bg.gif');
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	text-indent: 9px;
	font-size: 10px;
}