html, body { 
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	height: 100%;
}
body { 
	margin: 1px;
	font-family: "Trebuchet MS", Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
}
img { 
	border: 1px solid blue;
}
#close { 
	display: block;
	width: 150px;
	height: 30px;
	position: absolute;
	bottom: 8px;
	left: 8px;
	font-size: 0;
	text-decoration: none;
	text-indent: -9999px;
	cursor:pointer;
}
