body {
	background-color: #333;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-align: center;
}

.wrapper {
	background-image: url(assets/body-bg.png);
	background-repeat: repeat-x;
	height: 900px;
	margin: 75px auto 0;
	width: 960px;
}

header {
	color: #8fc1d3;
	font-size: 18px;
	font-weight: lighter;
	height: 175px;
	padding-top: 70px;
	vertical-align: middle;
}

header h1 {
	font-size: 40px;
	font-weight: lighter;
	margin-bottom: 18px;
	margin-top: 0;
}

header p {
	letter-spacing: 1px;
	line-height: 30px;
}

article {
	color: #dddddd;
	height: 300px;
	padding-top: 27px;
}

article h1 {
	color: #000000;
	font-size: 36px;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 0;
}

article h2 {
	font-size: 30px;
	font-weight: lighter;
}

article a {
	color: #FFF;
	text-decoration: none;
}

footer {
	color: #8fc1d3;
	font-size: 18px;
	height: 288px;
	padding-top: 40px;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

