/*-----------------------------------------------------------------------------

J I M  M C P H E R S O N . N E T

version:   1.0
date:      09/31/2009
author:    Evan Curran Backes

-----------------------------------------------------------------------------*/

* {margin: 0; padding: 0;}
	
body {
	text-align: center; 
	font: 14px Georgia, Times, "Times New Roman", serif; 
	line-height: 20px; 
	color: #FFFFFF; 
	background: #000;
	} 
	
#container-splash {
	width: 825px;
	margin: 62px auto 0;
	text-align: center;
	position: relative;
	border: 0px dotted red;
}
	
#container {
	width: 811px;
	margin: 44px auto 0;
	text-align: left;
	position: relative;
	border: 1px dotted red;
}
	
.clearing{
	height: 0px;
	overflow: hidden;
	clear: both;
}

.centered {
	text-align: center; 
	margin: 0 auto; 
	display: block;
	}
	
/* SPLASH PAGE
-----------------------------------------------------------------------------*/

#entersite a {
	display: block;
	margin: 30px auto 0 auto;
	width: 142px;
	height: 15px;
	background: url("../images/splash-entersite.gif") 0 0 no-repeat;
	text-decoration: none;
	border: 0px dotted white;
	}
#entersite a:hover { 
	background-position: 0 -15px;
	}