html, body
{
    margin: 0; padding: 0;
	background: #fffbde url(../chapatur.jpg) repeat;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

#geral {
    width:960px;
    margin:0 auto;
    background:#4e7549;
}
#cabecalho {
    padding:10px;
	height: 198px;
	background: url(../chapadadosguimaraespantanalturismo.jpg) no-repeat;
}
#conteudo-1 {
    float:left;
    width:210px;
    background:#;
	padding:10px;
}
#conteudo-2 {
    float:right;
    width:720px;
}

/*slideshow*/
#slideshow {
    position: relative;
    height: 380px;
    width: 550px;
    margin: 0 auto;
	box-shadow: 0px 0px 6px #000000; -webkit-box-shadow: 0px 0px 6px #000000; -moz-box-shadow: 0px 0px 6px #000000;
}

/*slideshow img*/
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

/*slideshow img.active*/
#slideshow img.active {
    z-index:10;
}

/*slideshow img.last-active*/
#slideshow img.last-active {
    z-index:9;
}
#conteudo-2-1 {
    float:left;
    width:480px;
    background:#ffffff;
	padding:10px;
}
#conteudo-2-2 {
    float:right;
	width:200px;
	height: 350px;
	background: url(../carnava.jpg) no-repeat;
	position: relative;
}
#rodape {
    height: 90px;
	clear:both;
	border-top: 4px solid #84C225;
}
