body.main {
  background: url(cityview5.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #000;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  color: #DFDFDF;
  margin: 5px;
}

td{
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
}

td.menu {
  border: 0px;
  cursor: pointer;
  background: #555;
}

td.menu:hover {
  background: #5E619B;
}

a {
  color: #BBB;
  text-decoration: none;
}

a:hover {
  color: #EEE;
  text-decoration: underline;
}

div.logo {
  position: absolute;
  left: 50px;
  top: 50px;
}

div.main {
  background: url(big_bg3.gif);
  width: 768px;
  height: 1550px;
  position: absolute;
  left: 40px;
  top: 40px;

}

div.menu {
  width: 145px;
  height: 200px;
  position: absolute;
  left: 60px;
  top: 190px;

}

div.content{
  width: 390px;
  position: absolute;
  left: 205px;
  top: 190px;
  border-left: 1px solid;
  padding-left: 5px;
}

div.content2{
  width: 170px;
  position: absolute;
  left: 625px;
  top: 190px;
}




hr {
  height: 1px;
  style: none;
  noshadow;
}