#shadePane {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(shade.png) repeat;
	z-index: 10;
	display: none;
}

#overlayPane {
	position: absolute;
	width: 576px;
	left: 50%;
	top: 46px;
	margin-left: -288px;
	background-color: white;
	border: 1px solid black;
	padding: 16px;
	z-index: 11;
	display: none;
}

#stage {
	height: 748px;
}

#topLeft {
	position: absolute;
	left: 27px;
	top: 80px;
	width: 238px;
	height: 264px;
	overflow: hidden;
}

#topCenter {
	position: absolute;
	left: 280px;
	top: 80px;
	width: 488px;
	height: 264px;
	overflow: hidden;
}

#arrowPane {
	position: absolute;
	right: 0;
	top: 0;
	width: 23px;
	height: 73px;
}

#scrollPane {
	position: absolute;
	left: 0;
	top: 0;
	width: 448px;
	height: 264px;
	overflow: hidden;
}

#topRight {
	position: absolute;
	left: 770px;
	top: 80px;
	width: 238px;
	height: 264px;
	overflow: hidden;
}

#bottomLeft {
	position: absolute;
	left: 26px;
	top: 370px;
	width: 238px;
	height: 345px;
	overflow: hidden;
}

#bottomCenter {
	position: absolute;
	left: 272px;
	top: 370px;
	width: 488px;
	height: 345px;
	overflow: hidden;
}

#bottomRight {
	position: absolute;
	left: 770px;
	top: 370px;
	width: 238px;
	height: 345px;
	overflow: hidden;
}

#bottomLine {
	position: absolute;
	left: 26px;
	top: 724px;
	width: 982px;
	height: 73px;
	overflow: hidden;
}

a.newsTitle {
	color: #900;
	font-weight: bold;
}

img.previewLink {
	border: 1px solid black;
}

img.previewLink:hover {
	border: 1px solid #900;
}

#requirements {
	position: absolute;
	left: 32px;
	bottom: -24px;
	width: 460px;
	height: 24px;
	z-index: 3;
	font-size: 80%;
	color: #ccc;
}

#requirements a:link, #requirements a:visited {
	color: #666;
}
