@charset "utf-8";
.mainpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #333333;
	background-repeat: repeat-y;
	background-position: center;
}
.topbar {
	background-image: url(images/t.gif);
	background-repeat: repeat-x;
}
.bottombar {
	background-image: url(images/b.gif);
	background-repeat: repeat-x;
}
.right {
	background-image: url(images/r.png);
	background-repeat: repeat-y;
}
.left {
	background-image: url(images/l.png);
	background-repeat: repeat-y;
}
.whitepage {
	background-color: #820101;
}
.background {
	background-color: #333333;
	background-image: url(images/backgroundfade.gif);
	background-repeat: repeat-x;
}
.center {
	background-color: #CCCCCC;
}
.lightgrade {
	background-image: url(images/lightgrade.gif);
	background-repeat: repeat-x;
}
.backscreen {
	background-image: url(images/backscreen.gif);
}
.thumbscreen {
	background-image: url(images/thumbscreen.gif);
}
