/* Peeking already? */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: #fff url(../images/splash-background.png) repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color: #afafaf;
	text-shadow: 1px 1px #fff;
	height: 100%;
}

div#wrapper {
	width: 906px;
	padding: 41px 0 0 30px;
	border-left: #e5e5e5 7px solid;
}

	h1 a {
		display: block;
		width: 429px; height: 98px;
		background: url(../images/splash-feedore-logo.png) no-repeat;
		text-indent: -9999px;
		margin: 135px 0 6px 0;
	}
	
	p.slogan {
		padding-left: 11px;
		margin-bottom: 34px;
	}

	hr {
		width: 100%; height: 0px;
		display: none;
	}
	
	p.status {
/*		margin-top: 34px; */
		padding: 34px 0 0 48px;
		background: url(../images/splash-status-background.png) no-repeat 0 0px;
		width: 687px; height: 120px;
	}
	
	strong {
		color: #2c2c2c;
		font-weight: bold;
	}