#header {
	background-image: url(image/JHeader.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
}
#content {
	background-image: url(image/JContent.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 800px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer {
	background-image: url(image/JFooter.jpg);
	height: 170px;
	width: 800px;
}
