#top {
	background-image: url(img/top.jpg);
	width: 1000px;
	height: 31px;
}

#middle {
	background-image: url(img/body.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	vertical-align: top;
}

#container #content img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#bottom {
	background-image: url(img/footer.jpg);
	height: 102px;
	width: 1000px;
}
#text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333;
	width: 700px;
	position: relative;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
