.bkg {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #690108;
}
.leftside {
	background-image: url(images/center_02.gif);
	background-repeat: repeat-y;
}
.rightside {
	background-image: url(images/center_04.gif);
	background-repeat: repeat-y;
}
.bottom {
	background-image: url(images/center_08.gif);
	background-repeat: repeat-x;
}
.bottom_bar {
	background-image: url(images/center_11.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

