/* the overlayed element */
div.overlay {
	 display:none;
	/* some padding to layout nested elements nicely  */
	padding:155px;
	margin-top: 100px;
}

div.overlay div.close {
	background-image:url(close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#info1{
	width:680px;
	height:480px;
	background-color: #f6f6ee;
	line-height: 150%;
	padding: 0;
	border: 2px solid #56584E;}
#info2{
	width:750px;
	height:650px;
	background-color: #f6f6ee;
	line-height: 150%;
	padding: 20px;
	border: 2px solid #56584E;}