* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	line-height: 23px;
}
hr {
	height: 0;
	border: none;
}
#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	height: 104px;
	text-indent: -5000px;
	background-image: url(images/h1-bobwheeling.jpg);
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	top: 45px;
	right: 10px;
	width: 509px;
}

#content p {
	width: 82%;
	margin-bottom: 20px;
}
#video {
	width: 396px;
	height: 250px;
	background-color: #000;
	float: left;
}
#photo {
	position: relative;
	height: 445px;
	background-image: url(images/photo-bobwheeling-team.jpg);
	background-repeat: no-repeat;
}
#footer a {
	height: 151px;
	text-indent: -5000px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	display: block;
	border: none;
}
#social {
	position: absolute;
	bottom: 0;
	right: 10px;
}
.facebook,
.twitter {
	width: 33px;
	height: 33px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-left: 10px;
}
.facebook {
	background-image: url(images/logo-facebook.gif);
}
.twitter {
	background-image: url(images/logo-twitter.gif);
}