
/* CSS Document */

body {
	background: url("http://www.smagicmakers.com/images/background.jpg");
	background-repeat: repeat;
    background-size: 100%;
	top: 0;
  	left: 0;
  	width: 100%;
	height: 100%;
}

