body {
	font-size: 1em;
	background-color:#fff;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

.wrapper {
	border: 1px solid #ccc;
	margin: 10px auto;
	width: 640px;
	text-align: left;
}
#imagelge {
  	padding: 30px 20px 20px 20px;
  	margin: 0px;
}
#close {
	position: relative; 
display: block;
	padding: 0 0px 0px 20px;
	
	z-index: 100;
}

#close a {
	font-family: 'century gothic', arial, sans-serif;
	font-size: 1em;
	color: #333;
	text-align: left;
	font-weight: 100;
	text-decoration: none;
	padding-right: 4px;
	line-height: 2em;
}

#close a:hover{
	color: #000;
	font-weight: 900;
}