@charset "UTF-8";
/* CSS Document */

#top {
	width: 990px;
	background-image: url(bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding-bottom:30px;
	width: 990px;
	text-align:center;
}
#bottom {
	width: 990px;
	background-image: url(bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}