.title {
	overflow: visible;
	position: absolute;
	height: 20px;
	width: 481px;
	top: 2px;
	left: 0px;
	z-index: 3;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
}
.main {
	overflow: auto;
	position: absolute;
	height: 300px;
	width: 280px;
	top: 30px;
	left: 10px;
	background-color: #FFFFFF;
	margin: -10px;
	padding: 10px 10px 10px 390px;
	z-index: 2;

}
.img1 {
	overflow: hidden;
	position: absolute;
	height: 370px;
	width: 370px;
	top: 33px;
	left: 10px;
	z-index: 8;
}
