/* CSS Document */

body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
.topBG {
	background-image: url(../images/bar_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bottomBG {
	background-image: url(../images/bar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftBG {
	background-image: url(../images/bar_left.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.rightBG {
	background-image: url(../images/bar_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
