body {
  background: url(/images/homepage-background.gif) top left;
}
#middle {
  background: none;
}
#splash {
  float: left;
  background: url(/images/homepage-splash.jpg) top left no-repeat;
  border-right: 1px solid #fff;
  overflow: hidden;
  width: 451px;
  w\idth: 450px;
  height: 254px;
}

#intro {
  float: left;
  overflow: auto;
  padding: 26px 28px 26px 28px;
  background: #ef9c00 url(/images/intro-background.gif) top left repeat-x;
  width: 317px;
  w\idth: 261px;
  height: 254px;
  he\ight: 202px;
}
#intro h1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 1.4em;
  border-bottom: 0px;
  color: #fff;
}
#intro p {
  padding: 1em 0 0 0;
  margin: 0;
  line-height: 1.4em;
}
#login-panel {
  float: left;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #666;
  color: #fff;
  width: 132px;
  height: 234px; 
  he\ight: 233px;
}
#login-panel h2 {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 9px 14px 9px 14px;
  text-align: right;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.05em;
}
#login-panel form {
  margin: 0;
  padding: 7px 12px 7px 12px;
  text-align: right;
}
#login-panel label {
  text-align: right;
  padding: 2px 0px 2px 0px;
  display: block;
}
#login-panel input.text {
  width: 100px;
}

#feature-panel {
  float: left;
  border-top: 1px solid #fff;
  overflow: hidden;
} 
#feature-panel #rotating-images {
  display: inline-block;
}

#feature-panel #rotating-images {
  display: block;
  float: none;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#feature-panel #rotating-images li {
  float: left;
  border-left: 1px solid #fff;
  width:  105px;
}
#feature-panel #rotating-images li img {
  display: block;
}

div.feature {
  float: left;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 212px;
  w\idth: 211px;
}
div.feature h2 {
  background: #ccc;
  color: #000;
  line-height: 24px;
  font-size: 1em;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0 0 0 9px;
}
div.feature a {
  padding: 12px 15px 8px 95px;
  display: block;
  background: #e0e0e0;
  color: #000;
  height: 80px;
  he\ight: 60px;
}
div.feature a.feature-1 {
  background: #e0e0e0 url(/images/panel-1-background.jpg) top left no-repeat;
}
div.feature a.feature-2 {
  padding-bottom: 8px;
  he\ight: 60px;
  background: #e0e0e0 url(/images/panel-2-background.jpg) top left no-repeat;
}
div.feature a.feature-3 {
  background: #e0e0e0 url(/images/panel-3-background.jpg) top left no-repeat;
}

#feature-panel #link-bar {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  clear: both;
  line-height: 24px;
  background: #ee9c00;
  color: #000;
  display: block;
  text-align: center;
}
