@charset "UTF-8";/* CSS Document */#overlay {	background-image:url(images/transparent.gif);	position: absolute;	left: 50%;	width: 960px;	height: 550px;	padding: 0px;	margin: 0px 0px 0px 0px;}div.wrap {	width: 960px;	height: 500px;	padding: 0px;	margin: 0px;	overflow: hidden;}div.overlay {	width: 960px;	height: 500px;	display: none;	padding: 0px;}div.overlay div.close {	background-image:url(images/close.gif);	position: absolute;	right: -21px;	top: -30px;	cursor: pointer;	height: 26px;	width: 26px;}
