@charset "utf-8";
body{
	background-image: url("../images/background.jpg");
	background-position: content;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat
}
/* CSS Document */

