/* 
This is CSS for a splash page.
Not much awesomeness here...
*/

body {
  background-color: #fff;
  text-align: center;
  margin-top: 50px;
}

#splash {
  height: 462px;
  width: 571px;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/splash.png') no-repeat;
}

.hide {
  display: none;
}
#blog {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #000;  
}
a:link, a:hover, a:visited {
  color: #066ED6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
em {
  font-style: italic;
}
