@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/title.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 60px;
}

#contents {
	border: 1px solid #c8c8c8;
	width: 598px;
	height: 500px;
	margin: auto;

}
#footer {
	width: 600px;
	height: 50px;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	margin: auto;
}
