/* container.css */

#candle { text-indent: -999999 }

#fnd-transparente {
   width: 90%;
   height: 400px;
   margin-top: 10%;
   background: url(imagens/bg-container.gif);
   padding-top: 10px;
   border: 1px solid #808000;
}

#container {
   display: block;
   width: 715px;
   border: 0px solid #808000;
   margin-top: 15px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 15px;
}

#div-vago-esq {
   display:block;
   width: 140px;
   height: 253px;
   float: left;  
}

#lateral-esq {
   height: 253px;
   width: 100px;
   background: url(imagens/celulaesq.jpg) no-repeat;
   border-left: 2px solid #808000;
   border-top: 2px solid #808000;
   border-bottom: 2px solid #808000;
   float: left;
}

#miolo {
   display: block;
   height: 253px;
   width: 225px;
   background: url(imagens/centrobf.gif);
   border-left: 2px solid #808000;
   border-top: 2px solid #808000;
   border-bottom: 2px solid #808000;
   float: left;
}

#lateral-dir {
   display: block;
   width: 100px;
   height: 253px;
   background: url(imagens/celuladir.jpg);
   border-left: 2px solid #808000;
   border-right: 2px solid #808000;
   border-top: 2px solid #808000;
   border-bottom: 2px solid #808000;
   float: left;
}

#div-vago-dir {
   display: block;
   width: 140px;
   height: 253px;
   float: left;
}
