* {
	border:0;
}
body {
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	overflow-y: hidden; 
	background: url(imagens/fundo.jpg) center repeat-y #FFFFFF;
}
img {
	border: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
span {
	display: none;
}
#fotoParque {
	position:absolute;
	width: 268px;
	height: 100%;
	left: 50%;
	margin-left: -300px;
	background-color:#FFFFFF;
}
.linkFotoParque a {
	position:absolute;
	display: block;
	width: 100%;
	height: 100%;
	background:url(imagens/parqueFoto.jpg) top left no-repeat;
}
#entrarParque {
	position:absolute;
	width: 100px;
	height: 100%;
	left: 50%;
	margin-left: -400px;
}
.linkEntrarParque a {
	position:absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(imagens/parqueEntrar.jpg) top left no-repeat;
}
.linkEntrarParque a:hover {
	background: url(imagens/parqueEntrar.jpg) top right no-repeat;
}
#RB {
	position: absolute;
	width: 130px;
	top: 40px;
	left: 50%;
	margin-left: -65px;
	background: #FFFFFF;
}
#fotoPraia {
	position:absolute;
	width: 268px;
	height: 100%;
	right: 50%;
	margin-right: -300px;
	background-color:#FFFFFF;
}
.linkFotoPraia a {
	position:absolute;
	display: block;
	width: 100%;
	height: 100%;
	background:url(imagens/praiaFoto.jpg) top left no-repeat;
}
#entrarPraia {
	position:absolute;
	width: 100px;
	height: 100%;
	right: 50%;
	margin-right: -400px;
}
.linkEntrarPraia a {
	position:absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(imagens/praiaEntrar.jpg) top left no-repeat;
}
.linkEntrarPraia a:hover {
	background: url(imagens/praiaEntrar.jpg) top right no-repeat;
}
#flashcontent {
	position: absolute;
	width: 984px;
	height: 583px;
	top: 50%;
	left: 50%;
	margin-top: -292px;
	margin-left: -492px;
	background: #FFFFFF;
}