body {
  background: #000033 url(../img/pageback.gif) repeat top left; /* XMAS-> url(img/pageback_xmas.gif) */
    font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #000033;
  text-decoration: none;
  line-height: 135%;
  }
h2 {
  font-size: 14px;
  color: #808099;
  vertical-align: top;
  margin-bottom: 4px;
  }

#content {
 position:absolute;
 width:370px;
 z-index:5;
 left: 50px;
 top: 80px;
 visibility: visible;
 border: 1px none #000000;
}

.hn {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FF9966;
  text-decoration: none;
}

#backimage {
  position:absolute;
  background-repeat: no-repeat;
  background-position: 501px 101px;
  left: 0px;
  top: 0px;
  width: 760;
  height: 400;
  overflow: hidden;
  visibility: visible;
  z-index: 0;
  }
#logo {
  position:absolute;
  background: transparent url(../img/logo_front.gif) no-repeat top left;
  left: 401px;
  top: 401px;
  width: 298;
  height: 98;
  overflow: hidden;
  visibility: visible;
  z-index: 1;
  }
#logolarge {
  position:absolute;
  background-image: url(../img/logo.gif) no-repeat;
  background-position: 0px 0px;
  left: 20px;
  top: 20px;
  width: 502;
  height: 40;
  overflow: hidden;
  visibility: visible;
  z-index: 2;
  }
#bigarrow {
  position:absolute;
  background: url(../img/big_arrow.gif) no-repeat top left;
  left: 0px;
  top: 201px;
  width: 180;
 height: 280;
  overflow: hidden;
  visibility: visible;
  z-index: 3;
  }

/* featured hotels list */
#feat_hl {
  clear: both;
  width:340px;
  min-width:330px;
  font-size: 11px;
  margin-left: 30px;
}

#feat_hl a, #feat_hl a:active, #feat_hl a:visited {
  display:block;
  clear:both;
  height:20px;
  text-decoration:none;
  color: #C1C1E5;
  background: transparent;
}

#feat_hl a:hover {
  cursor:pointer;
  background: #402640;
}

#feat_hl .hot , #feat_hl .loc {
  display:table-cell;
  padding:2px 0px 0px 4px;
}

#feat_hl .hot {
  clear: left;
  width:190px;
  text-align: left;
  float: left;
}

#feat_hl .loc {
  width:150px;
  max-width:140px;
  text-align: right;
  float: right;
}