Ich habe eine Lösung gefunden, die ich für gut erachte. "Position: fixed" bewirkt, dass das div nicht gescrollt wird.
#socket {
position: fixed;
width: 100%;
height: 100%;
padding: 0px;
margin-top: 40px;
background: #DFD9CB url(../img/bg_socket.gif) repeat-x top left;
}