#layer1 {
	position: absolute;
	visibility: hidden;
	width: 600px;
	height: auto;
	padding: 10px;
	background: #F80;
	border: solid 1px;
	left: 200px;
	top: 200px;
	z-index: 1000;
}

#close {
   position: absolute;
   top: 10px;
   right: 10px;
   z-index: 1001;
}
