#center {
  position: absolute;
  top: 120px;
  left:10px;
  width:600px; 
  height:505px;
  padding-left: 90px;  padding-right: 80px;
  background-color: #000000; 
  z-index:5;
}

*html #center {
  z-index:-5;
}

.bodytext a {
color: #919191;
}
