Body{
  background-color: #000000;
  margin: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

div#page{
  width: 960px;
  height: 700px;
  margin: 0px auto 0px auto;
  background-image:url(../imgs/wallpaper.gif);
  border: 2px white solid;
}

div#carpet{
  background-image:url(../imgs/carpet.gif);
  background-repeat:repeat-x;
  width:960px;
  height: 119px;
  top: 581px;
  position:absolute;
  z-index:1;
}

div#lamp{
  background-image: url(../imgs/lamp.gif);
  background-repeat:no-repeat;
  height:537px;
  width:188px;
  position:relative;
  z-index:2;
  float:right;
  margin-right:-3px;
  margin-top:44px;
}

div#logo{
  background-image: url(../imgs/logo.gif);
  width:525px;
  height: 165px;
  float:left;
}

div#content{
  background-image: url(../imgs/screen-bg.gif);
  width: 725px;
  height: 455px;
  float:left;
  clear:left;
  position:absolute;
  top: 154px;
  z-index:4;
  margin-left: 28px;
}

div#surround{
  background-image: url(../imgs/surround.gif);
  width: 752px;
  height: 478px;
  float:left;
  clear:left;
  position:absolute;
  top: 152px;
  margin-left: 23px;
  z-index:5;
}

div#text{
  float: left;
  width: 700px;
  height: 85%;
  margin: 20px;
  overflow:scroll;
}

div#menu{
  position: absolute;
  top: 105px;
  margin-left: 330px;
  z-index:6;
}
