
body {
	font-family: Helvetica;
	margin: 0;
	padding: 0;
	background: #3d301f;
}

img {
	border: 0 none;
}

.body {
	background: url(../images/background.jpg) repeat-x;
	position: relative;
	margin: 0 auto;
}

.body-holder {
	position: relative;
	width: 875px;
	height: 600px;
	margin: 0 auto;
}

.bottom {
	position: absolute;
	left: 18px;
}

.footer {
	background: url(../images/footer.png) no-repeat;
	width: 848px;
	height: 50px;
}

.footer-home {
	position: absolute;
	top: 0px;
	left: -1px;
}

.footer-facebook-tami {
	position: absolute;
	top: -1px;
	left: 618px;
}

.footer-twitter-tami {
	position: absolute;
	top: -1px;
	left: 681px;
}

.footer-facebook-jerry {
	position: absolute;
	top: -1px;
	left: 737px;
}

.footer-twitter-jerry {
	position: absolute;
	top: -1px;
	left: 799px;
}


