.bg-left {
	background-attachment: fixed;
	background-image: url(/images/main_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bg-right {
	background-attachment: fixed;
	background-image: url(/images/main_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.borderl {
	border: 1px solid #034EA2;
}
