html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #32363b;
	color: #858d96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	background: url(../images/splat.png) no-repeat 50% 0;
	_background: none;
	margin: 0 auto;
	padding: 200px 0 0;
	width: 960px;
	text-align: center;
}	

blockquote {
	font-size: 36px;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	font-weight: thin;
}
blockquote p {
	margin: 0 0 10px;	
	padding: 0;	
}
blockquote .author {
	font-size: 18px;
	text-align: right;
}	

.newsite {
	clear: both;
	font-size: 18px;	
	text-align: center;
	margin-top: 150px;
}
.newsite h1 {
	color: #ffffff;	
	font-size: 18px;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;

}
.newsite .message {
	position: relative;
	top: 1px;
	left: 5px;
}

.number {
	font-size: 150px;	
	position: absolute;
	bottom: 0;
	right: 50px;
	overflow: hidden;
	color: #2e3236;
}