#main {
	background-image: url(../images/background.png);
	height: 1500px;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
}
BODY {
	background-color: #000000;
}
.outter {
	border: 1px solid #FFFFFF;
}
.outter #mid {
	background-color: #FFFFFF;
	height: 100%;
	width: auto;
}

#lCenter {
	position:absolute;
	width:717px;
	height:472px;
	z-index:1;
	left: 281px;
	top: 484px;
	background-color: #FFFFFF;
}
