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

#superbgimage {
	background: #333 url('progress2.gif') center center no-repeat;
}
#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}