body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Calibri, Georgia, sans-serif;
	font-size: 75%;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#parta {
	width: 700px;
	height: 200px;
	float: left;
	color: black;
	background: green;
}

#partb {
	width: 200px;
	height: 200px;
	float: right;
	color: black;
	background: yellow;
}

#partc {
	width: 700px;
	float: left;
	background: none;
}
#partd {
	width: 200px;
	float: right;
	color: black;
	overflow: hidden;
}
#guestbook {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: black;
	background-color: #FFFFFF;
}
#copyright {
	float: right;
	width: 100%;
	height: 50px;
}
img {
	border: 0px
}
hr {
	color: white;
	background-color: black;
	height: 5px;
}