/* CSS Document */

#viewer {
	margin: 0 auto;
	width: 810px;
	height: 510px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}