.divContents
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#contentsDIVas 
{
	position:relative;
	width: 264px;
	height: 220px;
	overflow: hidden;
}

.contentsDIV1{
	position:relative;
	top:0px;
	left:0px;
	height:220px;
	width:264px;
	text-align:left;
	}

.contectImage{
	position:absolute;
	left:7px;
	top:1px;
	width:250px;
	height:178px;
	}
	
.contectImage img{
	position:relative;
	top:14px;
	left:12px;
	height:150px;
	width:225px;
	border:none
}	

.contentWrite{
	position:absolute;
	top:170px;
	left:18px;
	width: 225px;
	}

 
