body {
	background: rgb(82, 87, 65); height: 100%;
}
img {
	border: currentColor; border-image: none;
}
#supersized-loader {
	background: url("/image/progress.gif") no-repeat center; margin: -30px 0px 0px -30px; left: 50%; top: 50%; width: 60px; height: 60px; text-indent: -999em; position: absolute; z-index: 0;
}
#supersized {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: fixed; z-index: -999;
}
#supersized img {
	border: currentColor; border-image: none; width: auto; height: auto; position: relative;
}
#supersized a {
	background: rgb(82, 87, 65); left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; display: block; position: fixed; z-index: -30;
}
#supersized a.image-loading {
	background: url("/image/progress.gif") no-repeat center rgb(82, 87, 65); width: 100%; height: 100%;
}
