/* CSS Document */

#wrapper {
	position: relative;
	height: 600px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	top: -10px;
	background-image: url(images/barbers_home.jpg);
	background-repeat: no-repeat;
}
#wrapper_shaves {
	position: relative;
	height: 600px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	top: -10px;
	background-image: url(images/wet_shaves.jpg);
	background-repeat: no-repeat;
}
#wrapper_prices {
	position: relative;
	height: 600px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	top: -10px;
	background-image: url(images/prices_new.jpg);
	background-repeat: no-repeat;
}
#wrapper_contact {
	position: relative;
	height: 600px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	top: -10px;
	background-image: url(images/location.jpg);
	background-repeat: no-repeat;
}
#wrapper_testimonials {
	position: relative;
	height: 600px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	top: -10px;
	background-image: url(images/testimonials.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	width: 260px;
	background-image: url(images/nut_hatch_logo.jpg);
	background-repeat: no-repeat;
	height: 145px;
	left: 440px;
}
#body_text {
	background-color: #000000;
	position: absolute;
	height: 435px;
	width: 240px;
	padding: 10px;
	top: 145px;
}
#footer {
	position:relative;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

