body {
	position: relative;
	height: 718px;
}

#about p {
	display: block;
	width: 432px;
	padding: 0 0 0 46px;
	font-size: 13px;
}

/*
#about img {
	position: absolute;
	top: 100px;
	right: 0;
}
*/

#contact {
	padding: 0 46px;
	font-size: 13px;
	margin-bottom: 30px;
}

#contributors {
	padding: 0 46px;
}

#contributors .header {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contributors .entry {
	display: block;
	height: 40px;
	font-size: 13px;
}

#contributors .entry .contact .name {
	display: inline;
	font-weight: bold;
	line-height: 14px;
}

#contributors .entry .contact .phone {
	display: inline;
	line-height: 14px;
}

#contributors .entry .contribution {
	line-height: 14px;
}

.name a {
	color: #000;
	text-decoration: underline;
}

#copyright {
	padding-left: 46px;
	width: 910px;
	bottom: -250px;
}