body{
    background: #000;
    color: #fff;
    font-family: Verdana,Arial;
    font-size: 12px;	
    background-repeat: no-repeat;
    background-size: 100%;
}
.topmenuecontainer{
  height: 43px;
  padding: 10px 20px 0px 10px;
  border-bottom: solid 3px #000;
  background: #fff;
  position: fixed;
  left: 0px;
  right: 0px;
  margin-top: -10px;
  color: #000;
  font-size: 12pt;
}