@font-face {
    font-family: bignoodle;
    src: url(big_noodle_titling.otf);
    font-weight: normal;
}

#bottombkg{
    height:200px;
    background:url('../images/bkg.png');
    width:100%;
    display:block;
}
#bottom{
/*    background:url('../images/bottombkg.png') no-repeat;*/
    width:1000px;
    height:200px;
    display:block;
    margin:0 auto;
    font-family: bignoodle;
}
#menubt{
    text-align:center;
    float:left;
    margin:0 auto;
    font-size:24px;
    color:#ccc;
    padding: 35px 0 0 170px;
}
#menubt a{
    font-size: 24px;
    color:#ccc;
}
#menubt a:hover{
    font-size: 24px;
    color:#fff;
    text-shadow: 0px 0px 11px #ccc;
}
#logobt {
    margin:35px 0 0 30px;
    float:left;
    width:190px;
}
#encontra {
    color:#fff;
    clear:right;
    float:right;
    width:120px;
    font-size:18px;
    margin-top:20px;
    text-align: center;
}
#direitos{
    color:#fff;
    margin:10px auto 0;
    clear:both;
    width:1000px;
    display:block;
    text-align:center;
    font-size:18px;
}
#direitabt .icones{
    float:right;
    margin:10px 14px 0;
}