html, body {
background-color: #4F8F4B;
margin: 0px;
padding: 0px;
}


/* BACKGROUNDS DAS PÁGINAS */

.background-home {
width: 1024px; 
height: 801px; 
background-image: url('images/home-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-apto {
width: 1024px; 
height: 801px; 
background-image: url('images/apartamento-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-central {
width: 1024px; 
height: 801px; 
background-image: url('images/central-servicos-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-pagto {
width: 1024px; 
height: 801px; 
background-image: url('images/condicoes-pagto-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-lazer {
width: 1024px; 
height: 801px; 
background-image: url('images/lazer-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-localizacao {
width: 1024px; 
height: 801px; 
background-image: url('images/localizacao-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-projeto {
width: 1024px; 
height: 801px; 
background-image: url('images/projeto-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-tour {
width: 1024px; 
height: 801px; 
background-image: url('images/tour-virtual.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-tour-quarto-casal {
width: 1024px; 
height: 801px; 
background-image: url('images/tour-quarto-casal-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-tour-quarto-solteiro {
width: 1024px; 
height: 801px; 
background-image: url('images/tour-quarto-solteiro-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

.background-tour-sala {
width: 1024px; 
height: 801px; 
background-image: url('images/tour-sala-bg.jpg'); 
background-repeat: no-repeat;
margin: auto;
position: relative;
}

/* FIM DOS BACKGROUNDS DAS PÁGINAS */

#menu { 
position: absolute; 
top: 72px;
_top:91px;
/top:91px;
left: 172px;
color: #46833d;
}

#menu li { 
font-family: Tahoma, Verdana, Trebuchet MS, sans serif;
display: inline;
font-size: 12px;
font-weight: bolder;
}

#menu li a {padding-right:2px; padding-left:2px;} 

#menu a:link,
#menu a:visited { 
color: #46833d;
text-decoration: none;
}

#menu a:active { 
color: #FFF;
text-decoration: none;
}

#menu a:hover { 
color: #FFF; 
text-decoration: none;
}

#menu a.Ativo { color: #FFF; }

a {cursor:pointer;}

a.imprimir:link {
color:#58585A;
text-decoration:none;
font-size:11px;
font-family:'Microsoft Sans Serif';
font-weight:bold;
}

a.imprimir:visited {
color:#58585A;
font-size:11px;
font-family:'Microsoft Sans Serif';
text-decoration:none;
font-weight:bold;
}

a.imprimir:hover {
color:#58585A;
font-size:11px;
font-family:'Microsoft Sans Serif';
text-decoration:underline;
font-weight:bold;
}

a.imprimir:active {
color:#58585A;
font-size:11px;
font-family:'Microsoft Sans Serif';
text-decoration:none;
font-weight:bold;
}
