html, body {
    width: 100%;
}

body {
    background: #FFFFFF;
    margin: 0;   
}

iframe{
	border: none;
	display: none;
}

#content {
    width: 800px;
    height: 560px;
	margin: 0 auto;
	padding-top: 40px;
}

.logo {
	position: fixed;
	width: 30px;
	height:200px;
	bottom: 30px;
	right: 0px;
	z-index:99;
	padding: 0px;
	border: none;
	float:right;
}

/*SITE BACKGROUND CLASSES*/

.intro_site{
	background: #BCBEC0;
}

.site{
	background: #BCBEC0;
}

.intro_palmareal{
	background: #CFDFFF;
}
.palmareal{
    background: #0b2b5b url(/img/palmareal_bg.png) repeat-x top left;
}

/* END*/


