#body_frame{
    border: 0px solid orange;
    z-index: 0;
    width: 900px;
    height: 600px;
    position: static;
    background-color: #0A030A;
}

#sound_frame{
    border: 0px solid green;
    width: 65px;
    height: 25px;
    z-index: 1;
    position: absolute;
    margin-top: 25px;
    margin-left: 820px;
    display: block;
    /*width: 900px;
    margin-left: 0px;*/
}

body {
  background-color: #0A030A;
}


