@charset "utf-8";
/* CSS Document */


body {
	background-image: url(images/background_img.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
}
#slideshow {
  width: 600px;
  height: 300px;
}


