/* CSS Document */

html {
	height:100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#jardimdemarbella {
	width: 100%;
	height: 100%;
}

#planta {
	width: 1000px;
	height: 560px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-280px;
	text-align:center;
	background-color:#000;
}

#noflash {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-135px;
	margin-top:-43px;
	text-align:center;
}