body {
	background-image: url(../images/bc-index-1.jpg);
	background-color: #921A33;
}
#content {
	position: absolute;
	width: 800px;
	height: 680px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-350px;
}
#left {
	background-image: url(../images/index-ac01.png);
	background-repeat: no-repeat;
	float: left;
	height: 680px;
	width: 250px;
}
.box1{
 position:absolute; 
 bottom: 0px;
}
.box2{
 height: 680px;
 position: relative;
}
#mid {
	float: left;
	height: 125px;
	width: 40px;	
}

#right {
	float: left;
	height: 680px;
	width: 510px;
	text-align: center;
	vertical-align: middle;
}
