#main {
	width: 995px;
	margin-left: auto;
  	margin-right: auto;
	text-align: center;
	background-image: url(body.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 199px;
	width: 995px;
}
#menu {
	height: 55px;
	width: 995px;
	padding-left: 60px;
	padding-right: 60px;
	background-image: url(menu.jpg);
	padding-top: 5px;
	background-repeat: no-repeat;
}
#content {
	width: 600px;
	padding-left: 197px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#footer {
	height: 190px;
	width: 875px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
}