.divImg{  
	position: absolute;
	float: left; 
    width: 100%;
    height: 1000px;
    background-color: rgba(0,0,0,0.4);
    left: 0px;
    top: 0px;
}

.divImg img{
	width: 600px;
}


