<style type="text/css">
<!--

html {margin: 0; padding: 0;}

body {background-color: #fff; margin: 0;}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wondering {
  background: transparent url(/images/wondering.png) no-repeat 90% 10%;
  z-index: 1;
}

#angry {
  background: transparent url(/images/angry.png) no-repeat 80% 98%;
  z-index: 6;
}

#hanging {
  background: transparent url(/images/hanging.png) no-repeat 0 0;
  z-index: 10;
}

#sleeping {
  background: transparent url(/images/sleeping.png) no-repeat 20% 100%;
  z-index: 3;
}

#wondering-top {
  background: transparent url(/images/wondering.png) no-repeat 100% 0%;
  z-index: 1;
}

#angry-top {
  background: transparent url(/images/angry.png) no-repeat 66% 0%;
  z-index: 6;
}

#hanging-top {
  background: transparent url(/images/hanging.png) no-repeat 0 0;
  z-index: 10;
}

#sleeping-top {
  background: transparent url(/images/sleeping.png) no-repeat 33% 0;
  z-index: 3;
}

#contact {
  top: 25%;
}

#contact_large {
  top: 10%;
}

#contact, #contact_large {
  position: absolute;
  width: 100%;
  z-index: 200;  
}

#contact_frame {
  width: 50%;
}

#contact_frame_large {
  width: 85%;
}

#contact_frame, #contact_frame_large {
  padding: 10px;
  background-color: #eee;
  border: 2px solid #aaa;
}

#contact_frame img {
  border: 0;
  margin: 5px;
}

#wallpapers {
  position: absolute;
  z-index: 19;
  text-align: center;
  top: 40%;
  width: 100%;
}

#wallpapers-table {
  text-align: center;
}

#userdrawings a {
  display: inline-block;
  text-decoration: none;
}

#userdrawings img {
  border: 1px solid transparent;
}

#userdrawings img:hover {
  border: 1px solid gray;
}

-->
