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

body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #999;
	background: #080808 url(background.jpg) no-repeat fixed center top;
	text-align: center;
}

#content {
	text-align: center;
	width: 400px;
	margin: 150px auto 20px;
}

h1 {
	font-size: 33px;
	line-height: 33px;
	color: #fff;
	margin-bottom: 20px;
}

h2 {
	font-size: 23px;
	color: #00a2d6;
	margin-bottom: 20px;
}

h2 span {
	font-size: 25px;
}

a {
	text-decoration: none;
	color: #999;
}

a:hover {
	color: #00a2d6;
}
