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

html{
	background: #212121 url(../images/day_bg.jpg) repeat;
}
body{
	background: url(../images/day_art.jpg) no-repeat center 0;
}
#bg{
	min-height: 100%;
	background: none;
}
#bg.home{
	min-height: 100%;
	background: url(../images/day_slider_bg_spot.png) no-repeat center 95px;
}

#slider_dots li{
	background-image: url(../images/day_slider_dots.png);
}
			#nav > li > a{
				font-weight: bold;
			}
			
#about_t{
	background: url(../images/day_about_t.png) no-repeat center 0;
}
#about_b{
	background: url(../images/day_about_b.png) no-repeat center bottom;
}
			.slot .desc{
				background: url(../images/day_slot_bg.png) repeat;
				text-shadow: 1px 1px 0 #000;
				color: #ededed;
			}

#footer_shadow{
	float: left;
	clear: both;
	width: 99.9999%;
	height: 30px;
	margin-top: -30px;
	background: url(../images/footer_shadow.png) repeat 0 0;
}