body{
    /* background-image: url('../media/images/bg.jpg'); */
    background-repeat: no-repeat;

    background-color: #aeaeae;
}
#container{
    width: 955px;
    height: 650px;
    margin: 0 auto;
    position: relative;
        
}

#formulario{
    width: 450px;
    height: 500px;
    /*margin-left: -210px;
    margin-top: -370px;*/
    margin:auto;
    position: absolute;
    /*left: 50%;
    top: 50%;*/
    top:0;bottom:0; /* Aligns Vertically - Remove for Horizontal Only */
    left:0;right:0; /* Aligns Horizontally - Remove for Vertical Only  */

    /* Prevent div from overflowing main window */
    max-width:100%;
    max-height:100%;
    overflow:auto;
}
.absoluteCenter {
 /* Must manually set width/height */
 width:510px;
 height:500px;

 /* The magic centering code */
 margin:auto;
 position:absolute;
 top:0;bottom:0; /* Aligns Vertically - Remove for Horizontal Only */
 left:0;right:0; /* Aligns Horizontally - Remove for Vertical Only  */

 /* Prevent div from overflowing main window */
 max-width:100%;
 max-height:100%;
 overflow:auto;
}

.logo{
    text-align: center;
}



#rodape{
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    color: white;
    font-family: Century Gothic, "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;;
    height: 20px;
    text-align: center;
    left: 0px;
}