body {
    background-color : #eeede9;
    background-image : url('imgs/content.jpg');
    background-repeat : no-repeat;
    background-position : bottom center;
    margin : 0px;
    font-family: verdana, sans-serif;
    font-size : 12px;
}

#menu {
    background-image : url('imgs/logo.jpg');
    background-repeat : no-repeat;
    border-top : 6px solid #333333;
    width : 100%;
    height : 95px;
    background-position : bottom center; 
}

#menu>a {
    background-image : url('imgs/menu-item.jpg');
    background-repeat : no-repeat;
    display : block;
    padding-left:2px;
    padding-top:12px;
    width:107px;
    float : right;
    margin-left : 4px;
    margin-right : 4px;
    text-decoration : none;
    color : #FFF;
}

#menu>a:hover {
    background-image : url('imgs/menu-item-hover.jpg');
}


#content .sub {
    background-color : #d8d3cd;
    background-image : url('imgs/sub.jpg');
    background-repeat : repeat-x;
    padding : 10px;
}

.sub img {
    float : right;
}

#content {
    padding-bottom : 150px;
}

#content p {
    padding : 10px;
}

/*
#footer {
    background-color : #333;
    height : 100px;
    color : #FFF;
    text-align : right;
    margin-top : 200px;
}
*/

#footer {
    background-image : url('imgs/footer.png');
    height : 60px;
    color : #FFF;
    text-align : right;
    position : fixed;
    padding-top : 15px;    
    bottom : 0px;
    width : 100%;
}

#footer p {
    margin : 10px;
}

.borda {
    border : 15px solid #FFF;
}
label {
    width : 200px;
}
