/*-------------------- Layout */
#splashimage {
  width: 500px;
  margin: 30px auto 0;
}
#tagline {
  margin: 10px auto 0;
  width: 700px;  
}
#description {
  margin: 20px auto 0;
  width: 620px;  
}
#description #logo {
  float: left;
  width: 110px;
}
#description #text {
  float: right;
  width: 500px;
}

/*-------------------- Styles */

#splashimage {
}
#tagline {
  font-size: 2.0em; 
  font-weight: bold;
}
#description {
  font-size: 0.9em;
  font-weight: normal;
}
#description #text {
  text-align: left;
}
#tagline span,
#description span {
  font-weight: bold;
  color: #f26522;
}


