@charset "utf-8";

* {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  background-color: #FFFFFF;
}

body,
a {
  color: #FFFFFF;
}

img {
  border: none;
}

.clickable {
  cursor: hand;
  cursor: pointer;
}

#pageWrapper {
  position: relative;
  z-index: 11;
  width: 1150px;
}

#frame {
  position: absolute;
  z-index: 12;
  top: 129px;
  left: 0px;
  width: 1150px;
  height: 576px;
  overflow: hidden;
  background-color: #000000;
}

#background {
  position: absolute;
  z-index: 31;
  top: 0px;
  left: 0px;
}

#footer {
  position: absolute;
  z-index: 71;
  top: 705px;
  left: 0px;
}

#header {
  position: absolute;
  z-index: 72;
  top: 6px;
  left: 0px;
}

#menu {
  position: absolute;
  z-index: 81;
  top: 210px;
  left: 150px;
  text-align: left;
}

#noJavaScriptWarning {
  position: absolute;
  z-index: 102;
  top: 6px;
  width: 100%;
  font-weight: bold;
  background-color: #FF0000;
}


