body {
	background: #ffffff;	
	width: 100%;
	height: 100%;
}
.header {
	background: url(../images/wood.jpg) top center repeat-x;
}
.header_bg {
	background: url(../images/party.jpg) top center no-repeat;
	height: 768px;
}

.footer {
	position: relative;
	background: #ffffff url(../images/footer_bg.png) top left repeat-x;
	height: 300px;
	margin: -70px 0px 0px 0px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#contact {
	color: gray;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	top: 75px;
	position: absolute;
}
#contact a {
	color: #d9d9d9;
	text-decoration: none;
}
#contact a:hover {
	color: #b9b9b9;
}