body {
	background: url(bg_pattern.png) repeat-x #cccccc;
}

#splash {
	margin: auto;
	width: 640px;
	height:  417px;
}

#content {
	margin: auto;
	width: 600px;
	padding: 20px;
	
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	
	color: #ffffff;
	text-shadow: #000000 0 1px 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #555555;
}

#content a {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	
	color: #ffffff;
	text-shadow: #000000 0 1px 0;
	
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#blog {
	width: 580px;
}

#links {
	text-align: center;
}

#press {
	margin: 20px;
	text-align: center;
}

#sswc {
	margin:  auto;
	margin-top: 50px;
	width: 160px;
	height: 91px;
}