@charset 'UTF-8';

body {
	background-image: url('/img/bg_scroll2.png');
	background-repeat: repeat-y;
	background-position: left;
}


#title {
	background-image: url('/img/bg_scroll1.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	background-image: url('/img/bg_foot.png');
	background-repeat: no-repeat;
	background-position: left center;
}
