body {
	background-color: #0a0b0d;
	background-image: url(images/bkg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
.bkg2 {
	background-image: url(images/graphic1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
