@charset "utf-8";
/* CSS Document */
div.background {
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	
}
div.background img {
	background-attachment:fixed;
	position:fixed;
	list-style: none;
	left:0px;
	top:0px;
	background:url(../images/bg/bg_1.png) repeat;
}
