.outer{	
  position: relative;
  display: block;
    width: 100%;
    margin: 0 auto;
  
}

.img{background:url(images/top.png) center no-repeat;
    width: 424px;
    height: 324px;
    position: absolute;
    top: 0px;
    z-index: 300;
	left:0px;
        
	}


.img1{background:url(images/top1.png) center no-repeat;
    width: 315px;
    height: 300px;
    position: absolute;
    top: 0px;
    z-index: 300;
	left:44px;
        
	}