body {
	margin:0;
	padding:0;
	width:336px;
	height:280px;
}

#overlay{
  position: absolute;
  top:0px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 998;
}

#stage {
	position: absolute;
	width:336px;
	height:280px;
	cursor:pointer;
	background: #fff;
}

#border {
    position: absolute;
	width:334px;
	height:278px;
    top: 0px;
    left: 0px;
    border: 1px solid #c2c2c2;
}

#clicktag {
	position: absolute;
	width: 100%;
	height: 100%;
}

#img, #button, #logo, #logo2, #txt1, #txt2a, #txt2b, #txt3a, #txt3b, #txt4a, #txt4b{
	position: absolute;
}

#txt1, #txt2a, #txt2b, #txt3a, #txt3b, #txt4a, #txt4b{
	left: -5px;
}
