body {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

div.fixedmenu {
  position: fixed;
  top: 0px;
  left: 0px;
  background-image: url("bkg.png");
  width: 160px;
  height: 100%;
  z-index: 4
}

div.menu {
  position: relative;
  background-image: url("bkg.png");
  float: left;
  width: 160px;
  height: 100%;
  z-index: 3
}

div.main {
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center
}

div.header {
  position: relative;
  margin: 5px 0px 20px 0px;
  width: 100%;
  font-weight: bold;
  font-size: 24pt;
  text-align: center;
  z-index: 2
}

div.body {
  position: relative;
  z-index: 2
}

img.menumark
{
  position: relative;
  left: 15px;
  top: 50px;
  z-index: 4;
  border: 0
}

img.logoutmenumark
{
  position: absolute;
  left: 15px;
  bottom: 50px;
  z-index: 4;
  border: 0
}

div.menutext
{
  position: relative;
  left: 20px;
  top: 15px;
  width: 160px;
  text-align: center;
  font-size: 14pt;
  z-index: 5
}

div.logoutmenutext
{
  position: absolute;
  left: 20px;
  bottom: 65px;
  width: 160px;
  text-align: center;
  font-size: 14pt;
  z-index: 5
}

img.bigmark
{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -273px;
  margin-left: -107px;
  z-index: 1
}

a {
  background-color: transparent;
  color: #000000;
  text-decoration: none
}

a:visited {
  background-color: transparent;
  color: #000000;
  text-decoration: none
}

a:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none
}