.grid {
	border-collapse: collapse;
	margin: auto;
	width: auto;
}

.grid .left {
	width: 460px;
	text-align: left;
	background-image: url(../userfiles/image/11-new.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 10px;
	height: 334px;
}

.grid .right {
	width: 468px;
	text-align: center;
	background-image: url(../userfiles/image/11-new.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.grid .left-bottom {
	width: 460px;
	text-align: left;
	background-image: url(../userfiles/image/home-bottom-left-new.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.grid .right-bottom {
	width: 460px;
	text-align: left;
	padding-left: 10px;
	background-image: url(../userfiles/image/home-bottom-right-new.jpg);
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
}

