%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;
}

#menu {
  float: left;
  width: 186px;
  min-height: 10px;
}

#conteudo {
  text-align: justify;
  font-color: #543B24;
  position: absolute;
  right: 0px;
  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%
Editar Anexar Versões Sair Mais...
Web design: CPD - UFBA agosto 2010