/* CSS Document */
.container {
	position:absolute;
	left: 50%;
	width: 770px;
	height: 699px;
	margin-left: -385px;
	z-index:1;
	top: 0px;
	background-image: url(img/page-bg.gif);
	background-repeat: no-repeat;
}
.container2 {
	position:absolute;
	left: 50%;
	width: 770px;
	height: 699px;
	margin-left: -385px;
	z-index:1;
	top: 0px;
	background-image: url(img/page-bg-2.gif);
	background-repeat: no-repeat;
}

