@charset "UTF-8";

#btnClose{
	position:relative;
	float:right;
	width:30px;
	height:30px;
	top:168px;
	margin-right:35px;
	z-index: 5000;

}

#popUpMessage { 
  display: none;
  width: 800px;
  height:600px;
    /* height:533px;*/
  position: fixed;
  top:45%;
  left:50%;
  z-index:10000;  
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	background-image: url("../images/home/summerSalePopUp.png");
}

.popUpImage img{
	display: block;
	position:relative;
	margin-top:-20px;
}



