/* CSS Document for Gallery page */

#gallery {
	position: absolute;
	top: 113px;
	left: 163px;
	width: 593px;
	height: 390px;
	text-align: center;
	margin-left: 1px;
	padding: 0;
	background: #999;
	border: 1px;
	border-color: #ccc;
}

* html #gallery {
	width: 590px;
	padding: 0 -2px 0 -2px
}
