html { 
  height: 100%;
}
body { 
  margin: 0; 
  padding: 0; 
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333; 
  background: url(../images/page-bg.gif) repeat-y center #e7e3dc; 
  height: 100%; 
  text-align: center;
}
form {
  margin: 0;
}
form select {
  font-size: 11px; 
  color: #333333;
}
form input {
  font-size: 11px; 
  color: #333333;
}
a:link {
  color: #48618d;
}
a:visited {
  color: #48618d;
}
a:active {
  color: #48618d;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #8a6065;
}
#page {
  width: 729px; 
  min-height: 100%; 
  padding: 0 14px; 
  margin: 0 auto; 
  background: url(../images/page-bg.gif) repeat-y center white; 
  text-align: left;
}
img#logo {
  float: left; 
  margin: 0px 24px 12px 14px;
  border: none; 
  width: 150px; 
  height: 58px;
}
img#banner {
  float: left;
  width: 540px; 
  height: 70px; 
  float: right; 
  margin-bottom: 1px;
}