body,html {
	background: #FFF url('img/bg.jpg') no-repeat top center;
	font-family: Arial;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#navigation {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: block;
	background: url('img/navigation-bg.png') repeat-x;
	z-index: 2;
}	

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	position: relative;
	height: 50px;
}

#navigation ul li {
	float: left;
	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
}

#navigation a {
	text-decoration: none;
	float:left;
	display: block;
	padding: 0 15px;
	margin:10px 0;
}

#navigation img {
	border:0;
}

#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#banner {
	background: url('img/park.jpg');
	width: 702px;
	height: 408px;
	margin: 100px auto;
}

#banner-text {
	margin-top: 373px;
	width: 702px;
	text-align:center;
	font-size: 80%;
	color: #999;
	float:left;
}

#banner-text a {
color: #999;
text-decoration:none;
}
label{
	display:block;
}