%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%/background.gif");
}
#topo {
margin: auto;
width: 750px;
text-align: center;
min-height: 10px;
}
#corpo {
position: relative;
margin: auto;
width: 750px;
/*min-height: 350px;*/
background-color: #F6F6EB;
}
#lateral {
float: left;
width: 186px;
min-height: 10px;
}
#menu {
position: relative;
left: 186px;
top: -70px;
width: 484px;
}
#conteudo {
text-align: justify;
font-color: #543B24;
position: relative;
left: 186px;
width: 484px;
top: -70px;
min-height: 383px;
*height: 383px;
background-color: #E8E8C4;
padding: 20px;
}
#rodape {
position: relative;
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%