#center {
  position: absolute;
  top: 120px;
  left:10px;
  width:650px; 
  height:435px;
  padding-left: 90px;  padding-right: 60px;
  background-color: #000000; 
  overflow-x:none;
  overflow-y:auto;
  z-index:5;
}

*html #center {
padding-right: 60px;
width:800px;
  z-index:-5;
}

.bodytext a {
color: #919191;
}
