@charset "UTF-8";
/* CSS Document */

#bluegr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 620px;
	background-image: url(images/blue.jpg);
	background-repeat: repeat-x;
	background-color: #99bad9;
}

#beigegr {
	position: absolute;
	top: 0px;
	left: 185px;
	width: 650px;
	height: 620px;
	background-image: url(images/beige.jpg);
	background-repeat: repeat-x;
	background-color: #fcfbf9;
}