body.profilepage {
    background-color: black;
    background-image: url(house.jpg);
	background-repeat: no-repeat;
	height:880px;
	background-position: 50% 50%;
}

div.profile {
	width: 1310px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	top: 620px;
	position: relative;
	left: 50px;
	text-shadow: #000 4px 4px 4px;
}



.profile div.name {
	color: #f5f5f5;
	font: small-caps 80px/10px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.profile div.headline {
	color: #eeeeee;
	font: 22px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 40px;
}

.profile div.bio {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 21.0px;
    color: white;
	width: 500px;
	top: 20px;
	position: relative;
}
