#rightmenu{
    background-color: #acc4fb;
}
#right-button{
    position: absolute;
    right: 10px;
    z-index: 999;
    border: 2px solid #FF0000;
    padding: 0px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px !important;
    cursor: pointer;
}
#footer{
    display:none;
}
#main{
    right:10px
}
#div_digg {
    position: fixed;
    bottom: -10px;
    right: -28px;
    box-shadow: 0 0 10px #0000FF;
    border: 2px solid #FF0000;
    padding: 0px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px !important;
    z-index: 999
}
.noshow{
    display:none;
}