html,body {

	width:100%; 

	margin:0px auto;

	padding:0;

	background-color:#003300;

	color:#d1fc8b;

}

#viewer {

	margin: 10px 10px;

	width: 698px;

	height: 465px;

	text-align: left;

	overflow: hidden;

	position: relative;

}

#viewer img {

	top: 0;

	left: 0;

	position: absolute;

}