body {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    font-family: verdana,helvetica,arial,geneva,tahoma,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.link {
    background: #fff none repeat scroll 0 0;
    /*border: 1px solid #cccccc;*/
    color: #747474;
    cursor: pointer;
    font-size: 15px;
    height: 25px;
    margin-bottom: 20px;
    margin-top: 5px !important;
    padding: 3px;
    text-decoration: none;
}
.link:hover {
    background-color: #d4d4d4;
    text-decoration: none;
}

#conteudo {
            /*position: absolute;
            width: 800px;
            height: 90%;
            left: 50%;
            margin-left: -400px;*/
            /*background-color: gray;*/
}