body {
    margin: 0px;
    background-color: #4A8A94;
}
a {
    text-decoration: none;
    color: white;
}
a:hover { text-decoration: underline; }

#main {
    width: 100%;
    height: 100%;
}

#top, #bottom {
    width: 100%;
    background-color: #00474b;
    height: 7px;
}

#body {
    height: 100%;
}

#login {
    width: 327px;
    height: 137px;
    background: url('../imagens/block.jpg') no-repeat 0px 0px;
    text-align: right;
}

input {
    margin-right: 35px;
}

.fdText {
    border: 1px solid #74797d;
    margin-top: 7px;
    background-color: #d7d8dc;
    width: 155px;
    height: 20px;
    font-size: 12px;
}

#bottom {
    padding-top: 1px;
    height: 79px;
    text-align: center;
    font-family: Verdana, Tahoma;
    font-size: 12px;
    color: white;
}
