body {
        margin: 0;
}
#container {
        padding: 0;
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        min-height: 520px;
        min-width:763px;
}
#cabecalho {
        position: absolute;
        display: block;
        vertical-align: middle;
        text-align: center;
        line-height: 50px;
        width: 100%;
        min-width: 600px;
        height: 25%;
        min-height: 140px;
        max-height: 140px;
        float: left;
        background-color: #0a2159;
        color: #FFF;
}
#logo_eficazy {
        float: left;
        display: block;
        position: relative;
        width: 130px;
        padding-top: 25px;
        padding-left: 50px;
}
#texto_titulo {
        position: relative;
        display: block;
        float: right;
        padding-right: 40px;
        padding-top: 27px;
        font-family: Trebuchet MS;
        font-size: 18px;
        text-align: right;
        line-height: 30px;
}
#conteudo {
        position: absolute;
        display: block;
        top: 138px;
        bottom: 38px;
        text-align: justify;
        vertical-align: middle;
        width: 100%;
        min-width: 600px;
        margin: 0 auto;
        background-image: url(img/fundo.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: auto;
}
#menu {
        height: auto;
        left: 47%;
        margin: -172px 0 0 -174px;
        position: absolute;
        top: 47%;
        width: 380px;
        height: 380px;
}
#menu_empresa {
    position: absolute;
    float: left;
        width: 200px;
}
#menu_seguros {
    position: absolute;
    float: right;
    left:180px;
        width: 200px;
}
#menu_cotacoes {
    position: absolute;
    top:180px;
    float: left;
        width: 200px;
}
#menu_contato {
    position: absolute;
    float: right;
    top:180px;
    left:180px;
        width: 200px;
}
#rodape {
        position: absolute;
        display: block;
        float: left;
        width: 100%;
        height: 30px;
        bottom: 0;
        background-color: #0a2159;
        color: #FFF;
        text-align: center;
        min-width: 600px;
}
#div_telefone {
    position: absolute;
    display: block;
    margin:0 auto;
    right: 0;
    padding-right: 15px;
    padding-top: 3px;
}
#ddd {
    font-family: Trebuchet MS;
    font-size: 13px;
    padding-right: 4px;
}
#telefone {
    font-family: Trebuchet MS;
    font-size: 20px;
}
#logo_empresa {
        display: block;
        position: relative;
        float: right;
        padding-top: 7px;
        padding-right: 15px;
}
#seguradoras {
    font-family: Trebuchet MS;
    font-size: 11px;
    display: block;
    position: absolute;
    margin: 0 auto;
    bottom:135px;
    right:50px;
    width: 140px;
    height: 20px;
    color:#0a2159;
}
#slideshow {
    display: block;
    position: absolute;
    margin: 0 auto;
    bottom:58px;
    right:30px;
    width: 140px;
    height: 75px;
    padding: 5px;
}
#slideshow img {
    width: 130px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    margin-left: 9px;
    margin-top: 6px;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
