@charset "utf-8";
/* CSS Document */

.container1 {
	width: 1000px;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1000px;
}
.container2 {
	width: 800px;
	top: 0px;
	left: 100px;
	position: absolute;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	height: 900px;
}
