* {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

html, body {
    height: 100%;
    width: 100%;
    background-color: #EEEEEE;
}

/************* MENU ************/

#menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 46px;
    background-color: #CCCCCC;
    background-image: url(../Imagens/header.gif);
    background-repeat: repeat-x;
}

#logo {
    position: absolute;
    z-index: 1;
    left: auto;
    top: 2px;
}
/************* CONTENT ************/

h1, h2, h3, h4, h5 {
    text-align: center;
}

table {
    width: 95%;
    margin: auto;
}

#Mensagem {
    text-align: center;
    font-weight: bold;
    color: #FF0000;
}

#formulario {
    margin: auto;
}

#content {
    width: 70%;
    background-color: #FFFFFF;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin: auto;
    padding-bottom: 0.8em;
}

#aux {
    width: 100%;
    height: 46px;
}
