#banner {
 position: fixed;
 top: 0; left: 0px; right: 0;
 background-image: url(../images/banner2.jpg);
 background-repeat: no-repeat;
 background-position: 350px;
}

#menu {
 position: fixed;
 top: 70px; left: 0; bottom: 0em; right: 0%;
 overflow: auto; width: 103px;
 background-color:  #064f58;
}

#news {
 position: fixed;
 top: 105px; left: 103px; bottom: 0em;
 overflow-x: hidden; overflow-y: auto; padding: 0em;
 background-color: #D3D3D3;
}

#heading {
 position: fixed;
 left: 103px; top:70px; height: 35px;
 text-align: center;
 background-color:  #064f58;width: 900px
} 
