@charset "UTF-8";
body {
	background-image: url(background.jpg);
	background-repeat: repeat;
}
.contentArea {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contentContainer {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftMargin {
	width: 20px;
	background-image: url(leftSide.gif);
	background-repeat: repeat-y;
}
.rightMargin {
	width: 20px;
	background-image: url(rightSide.gif);
	background-repeat: repeat-y;
}
