html 
{
	margin: 0;
	padding:0;
	min-height: 100%;
	height: 100%;
  
  color:  #fff;
  
	font-size: 10pt; /* Resets 1em to 10px */
  font-family: "Comic Sans MS", cursive;
}
body 
{
	margin: 0;
	padding:0;
	min-height: 100%;
	position: relative;
  
  background: #100a19 url(../images/header_fill.png) repeat-x;
}

header 
{
  display:  block;
	width:  100%;
  height: 184px;
  text-align: center;
}

a
{
  color: #eee;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
}

section 
{
  display:  block;
  clear: both;
  margin: 0 auto;
	padding:  10px;
	width:  960px;
  text-align: center;
}

section ul
{
  text-align: left;
}

.content-separator
{
	clear: both;
  height: 2px;
  margin: 0 auto 20px !important;
  background: url(../images/splash_content_separator.png)
}

.spacer
{
	clear: both;
	height: 69px;
}

footer 
{
  display:  block;
	position: absolute;
  
  left: 0;
	bottom: 0;
	width:  100%;
	height: 69px;
  
  font: 8pt "Comic Sans MS", cursive;
  text-align: center;
  
  background-image: url('../images/footer_fill.png');
}

footer p 
{
	display: inline-block;
	margin:  24px 16px;
	vertical-align: middle;
	padding: 0;
}

footer div 
{
	display: inline-block;
	margin:  12px 16px;
	vertical-align: middle;
	padding: 0;
}

footer img
{
	vertical-align: middle;
}
