/* Start of CMSMS style sheet 'window_arts' */
.summernight {
  background: url(images/summernight.jpg) no-repeat;
}
.fallnight {
  background: url(images/fallnight.jpg) no-repeat;
}
.springnight {
  background: url(images/springnight.jpg) no-repeat;
}
.winternight {
  background: url(images/winternight.jpg) no-repeat;
}
.summerday {
  background: url(images/summerday.jpg) no-repeat;
}
.fallday {
  background: url(images/fallday.jpg) no-repeat;
}
.springday {
  background: url(images/springday.jpg) no-repeat;
}
.winterday {
  background: url(images/winterday.jpg) no-repeat;
}
.xmasday, .xmasnight {
  background: url(images/xmasday.jpg) no-repeat;
}
.xmas_extra_css {
  background: url(images/xmas_extr.png) no-repeat;
}
.newyearday, .newyearnight {
  background: url(images/new_year.png) no-repeat;
}


#window {
	position: absolute;
	top: 100px;
	left: -440px;
	background: url(images/window.png) no-repeat;
	width: 400px;
	height: 600px;
}

#window_art {
	position: absolute;
	top: 170px;
	left: -370px;

	width: 400px;
	height: 500px;
}
/* End of 'window_arts' */

