body {
  background-color: #000000;
}

img {
  border: 0;
}

td {
  vertical-align: top;
}

ul, li, form, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

#mainmenu {
  display: none;
}

#globalmenu {
/*  float: left;   */
}

#globalmenu img {
  margin-right: 4px; 
}

#test_content {
  position: absolute;
  z-index: 1000;
  padding-left: 20px;
  padding-top: 10px;
  width: 600px;
  height: 500px;
}

#test_bg {
  background-color: #000000;
/*  filter: alpha(opacity=50);
  opacity: 0.50;*/
}

#test_bg img {
  width: 1px;
  height: 150px;
}

.button {
  color: red;
  width: 100px !important;
}