%STARTINCLUDE%
<style type="text/css" media="screen">
/***********************Estrutura básica***********************/
* {
margin: 0;
border: 0;
padding: 0;
font-family: arial, verdana, tahoma, sans;
}
body {
padding: 10px 0px;
overflow-y:scroll;
/*background-image: url("%ATTACHURLPATH%/12b.jpg");*/
}
.bg {
position: absolute;
width: 100%;
}
#foto {
top: -10px;
z-index: -100;
}
#degr {
height: 100%;
z-index: -101;
}
#topo {
margin: auto;
width: 750px;
text-align: center;
min-height: 10px;
}
#corpo {
position: relative;
margin: auto;
width: 750px;
background-color: #F6F6EB;
}
#spacing {
float: left;
width: 226px;
height: 70px;
z-index: -1;
}
#menu {
clear: left;
float: left;
width: 226px;
}
#conteudo {
position: relative;
text-align: justify;
font-color: #543B24;
left: 226px;
top: -20px;
width: 484px;
min-height: 383px;
*height: 383px;
background-color: #E8E8C4;
padding: 20px;
}
#rodape {
position: relative;
top: -20px;
width: 506px;
min-height: 10px;
margin:auto;
font-size: 10px;
clear: both;
text-align: center;
}
.clear { clear: both;}
/*----------------------------Estrutura básica----------------------------*/
/***********************Topo***********************/
#topo img {
}
/*----------------------------Topo----------------------------*/
/***********************Estrutura básica***********************/
/*----------------------------Estrutura básica----------------------------*/
</style>
%STOPINCLUDE%