@charset "utf-8";
/* CSS Document */
.bgset{
	background-image: url(bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: faebd2;
	background-attachment:fixed;
	background-size:cover;
	}

