﻿body
{
    background: #FF9933;
    margin: 0 auto;
    text-align: left;
}

img
{
    border-width: 0px;
}

.pagina 
{
    width: 984px;
}

.topo 
{
    /* desabilitado pcausa do link
    background: url(../imagens/balnear-logo.gif);
    background-repeat:no-repeat;
    */
    height: 117px;
    position: relative;
    
}

.topo .conteudo 
{
    position: absolute;
    left: 120px;
    bottom: 0px;
    margin-bottom: 20px;
}

.box
{
    background-color: White;
    position: relative;
    margin-top: 10px;
}

.box .conteudo 
{
    padding: 20px;
}

.box .tl
{
    width: 10px;
    height: 10px;
    background: url(../imagens/box-tl.gif);
    position: absolute;
    top: 0px;
    left: 0px;
}
.box .tr
{
    width: 10px;
    height: 10px;
    background: url(../imagens/box-tr.gif);
    position: absolute;
    top: 0px;
    right: 0px;
}
.box .bl
{
    width: 10px;
    height: 10px;
    background: url(../imagens/box-bl.gif);
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.box .br
{
    width: 10px;
    height: 10px;
    background: url(../imagens/box-br.gif);
    position: absolute;
    bottom: 0px;
    right: 0px;
}