body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.9em;
  background: #fff;
}

#fixed {
  position: fixed;
  z-index: 2;
  background: #fff;
  height: 50px;
  top: 0;
  left: 0;
  width: 100%;
}

#header {
  border-bottom: 2px solid #ABF51C;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: #69A400;
  width: 100%;
  color: #ddd;
  padding: 0 5px;
}

#header a {
  color: #fff;
}

#header h1 {
  margin: 5px 15px 10px 0;
  font-size: 1.0em;
  float: right;
}

#header h1 span {
  font-weight: normal;
  font-size: 0.8em;
}

#header h2 {
  font-size: 0.9em;
  margin: 5px 0;
  font-weight: normal;
}

#content {
  margin-top: 40px;
  padding: 10px;
  background: #fff;
}

/* MSIE */

* html #header {
  margin-right: -10px;
}

* html #content {
  margin: 0;
}

