@charset "utf-8";
/* CSS Document */

html{
	background: #212121 url(../images/night_bg.jpg) repeat;
}
body{
	background: url(../images/night_top.jpg) repeat-x 0 0;
}
#bg{
	min-height: 100%;
	background: url(../images/night_art.jpg) no-repeat center 0;
}

#slider_dots li{
	background-image: url(../images/night_slider_dots.png);
}

#about_t{
	background: url(../images/night_about_t.png) no-repeat center 0;
}
#about_b{
	background: url(../images/night_about_b.png) no-repeat center bottom;
}

#footer_shadow{
	display: none;
}
