@charset "utf-8";
.backgroundGradient {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.left {
	background-image: url(images/LeftPart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.right {
	background-image: url(images/RightPart.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
