html, body {
  height:100%;
  margin:0px;
  background-color:#e0e0e0;
}

.border {
  border: solid 1px #000000;
}

#browser {
  width:100%;
  height:100%;
}

#page {
  position:relative;
  width:800px;
  height:650px;
  background-image:url(img/bg.jpg);
}

#nav {
  position:absolute;
  left:0px;
  top:142px;
}

#subnav {
  position:absolute;
  left:56px;
  top:364px;
  width:190px;
  height:338px;
  background-image:url(img/bg_subnav.jpg);
}

#right {
  position:absolute;
  left:162px;
  top:74px;
  width:612px;
  height:500px;
}

#content {
  position:absolute;
  left:244px;
  top:88px;
  width:500px;
  height:420px;
  text-align:left;
  font:11px/12px arial;
}

