<style type="text/css">

body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/BG.jpg);
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	width: 187px;
	margin-top: 28.5px;
	margin-left: 28px;
}
.buttons {
	float: right;
	height: 22px;
	width: 505px;
	margin-top: 95px;
}
.home {
	height: 22px;
	width: 50px;
}
.about {
	height: 22px;
	width: 58px;
	margin-left: 29.5px;
}
.resume {
	height: 22px;
	width: 73px;
	margin-left: 29.5px;
}
.portfolio {
	height: 22px;
	width: 92px;
	margin-left: 29.5px;
}
.contact {
	height: 22px;
	width: 80px;
	margin-left: 29.5px;
}
p {
	line-height: 15px;
}
#about-pic {
	width: 665px;
	height:430px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	background-image:url(images/about-pic_09.png)
}
.about-me-text {
	float:left;
	width: 295px;
	margin-top: 115px;
	margin-bottom: 0px;
	margin-left: 295px;
	height: 250px;
}
.clearthefloats{clear:both;}	

</style>

