body {
	margin: 0px;
	background-color: #FFF5D3;
}

#layout {
	width: 1024px;
	height: 585px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -292px;
	margin-left: -512px;
}

#flash {
	width: 1024px;
	height: 585px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#iframe_contato {
	width: 650px;
	height: 367px;
	position: absolute;
	top: 160px;
	left: 320px;
	z-index: 999;
	display: none;
}

#iframe_tour {
	width: 550px;
	height: 325px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -244px;
	margin-top: -125px;
	z-index: 999;
	display: none;
}