body{
    margin:12px 0 0;
    font:12px/20px Arial, Helvetica, sans-serif;
    color:#fff;
    background:#000;
    min-height:100%;
}

#intern{
    width:862px;
    margin:20px 0 0 0;
    overflow-x:auto;
    height: 500px;
    font-size:12px;
    line-height:20px;
    color:#fff;
    padding-right:35px;
}
#intern a{
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
#intern .intern-menu a{
    text-decoration: underline;
    font: bold 18px/20px Tahoma,Geneva,sans-serif;
}
#intern .intern-menu a:hover{
    text-decoration: none;
}
#intern a img{
    border: medium none;
    margin: 0 6px 6px 0;
}
.button-top{
    display: block;
    font: bold 12px/16px Tahoma,Geneva,sans-serif;
    height: 18px;
    color: #E4B608 !important;
    width:110px;
    border: 1px solid #515151;
    text-align: center;
    background: #000;
}
#intern .button-top a{
    color: #E4B608;
}
.button-top:hover{
    border: 1px solid #E4B608;
}

