/* hoylen.com splash.css */

@media screen {

 h1.splash {
  padding: 2ex 1em 200px 1em;
 }

 div#splash {
  position: absolute;
  top: 20px;
  left: 0em;
  width: 100%;
  max-width: 1600px;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
 }

 div.splashframe {
  margin: 50px 100px;
  border: thin solid #ccc;
  padding: 4px;
  background: white;
 }

 .splashimage {
  background: #333;
  margin: 0em;
  border: thin solid #ccc;
  padding: 1em;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
 }

 div.content {
  padding-top: 70px;
 }
}

/* EOF */
