
/** Additional stylesheet rules for fancy homepage */

a img { border: 0; }

div#splashtext {
  width: 390px;
  float: left;
  background: #ddf;
}
div#splashtext h1, 
div#splashtext h2 { text-transform: uppercase; }

div#explorer,
div#datasets {
  width: 300px;
  float: left;
  margin-left: 30px;
  background: #fdd;
  line-height: 1em;
}
div#explorer img,
div#explorer p { margin: 0; padding: 0; }


#right {
  background: #afa;
  margin-left: 400px;
  border: 1px solid red;
}

.clearboth {
  clear: both;
  margin-top: 2em;
}

