body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #eee; /* CHANGE THIS COLOR TO CHANGE THE BACKGROUND OF THE PAGE */
	color: #333;
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0;
}

				
/* 1.3 - HEADERS */

h1 {
	font-weight: 100;
	font-size: 4em;
	text-align: center;
	text-decoration: none;
	color: white;
	padding-top: 70px;
	margin: 0 0 5px 0;
}
	h1 a, h1 a:hover, h1 a:visited{
		text-decoration: none;
		color: white;
	}

#holder {position: relative;
width:900px;
margin-right:auto;
margin-left:auto;
height:65px;
bottom: -45px;}

#splash {
	position:relative; 
	height:414px; 
	padding-top: 10px; 
	margin-left: auto;
	margin-right: auto;
	width: 960px; 
	background-image:url('./images/splash.png');
	background-repeat:no-repeat;}

.box {
	font-size: 1.2em; 
	position:relative;
	display:inline;
	margin:5px 5px 5px 5px;
	padding:10px 10px 10px 10px;
}

a {
	color: white;
	text-decoration: none;
}
	a:hover {
		color: #147;
		text-decoration: underline;
	}
	a img {
		border: none;
	}
