#site {
	width: 864px;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	height: 648;
}
#transparency {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
	float: none;
	left: 0px;
	top: 0px;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	right: 0px;
	bottom: 0px;
	visibility: hidden;
}
#imageHolder {
	width: 100%;
	position: absolute;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	top: 45px;
	left: 0px;
	right: 0px;
	visibility: hidden;
}
#container {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	height: 648px;
	position: relative;
}

