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

body {

backgroundimage="image/background.jpg";
	background-image: url(image/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

