/* CSS Document */

* {
margin:auto;
padding:0;
}

body {
background: #fff;
text-align:center;
color:#608239;
}

span {
	display: none;
}

h1 {
	display: block;
	margin: 250px auto 60px;
	width: 332px;
	height: 80px;
	background: transparent url(../img/splash/logo.gif);
}

p a {
	border-bottom: 1px #C9D7B9 solid;
	background: #fff;
	color: #608239;
	font: normal 16px/16px "Gill Sans", "Lucida Grande", "Lucida Unicode", "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: crosshair;
}


p a:hover {
	border-bottom: 2px #4D682E solid;
	background: #fff;
	color: #4D682E;
	text-decoration: none;
}
