html, body {
    height:100%;
    margin: 0;
    font-size: 12px;
    color: #555;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;

}

body.black-on-white {
    background-color: #fff;
    color: #555;
}

body.white-on-black {
    background-color: #000;
    color: #555;
}

body.content {
    background-color: #fff;
    color: #555;
    padding: 20px;
}


img {
    border: 0;
}

area {
    cursor:  default;
}

#middle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  xheight: 50%;
  margin: auto;
  height: 500px;
}

#atlason-logo {

    position: absolute;
    right: 20px;
    top: 20px;

}

h1 {
    margin: 4px 0 2px 0;
    font-size: 13px;
}

p {
    margin :0;
    font-size: 11px;
}
