body {
	text-align:center; /* This is for bug in IE which makes contained panel center */
	min-width: 800px;  /* This should match the width of the page */
}

#page {
	position:relative;
	text-align: left;  /* Reset alignment to compensate for 'text-align:center' */
	width: 800px;  /* The width of the page. This should be the same as 'body min-width' */
	margin-left: auto;  /* if left and right margins are set to auto, they are guaranteed to be equal */
	margin-right: auto;
}

.layerNews {
	font: "Times New Roman", Times, serif;
	background-color:#990033;
	color: #FFFFFF;
	position: absolute;
	z-index: 2;
	text-align: left;
	vertical-align: text-top;
}
.caption {
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.titlelinks {
	font: italic bold 14px/16px Arial, Helvetica, sans-serif;
	color: #CC99FF;
	text-decoration: underline;
	filter: DropShadow(Color=black, OffX=3, OffY=3, Positive=y);
}
.whitelinks {
	color: #FFFFFF;
	text-decoration: underline;
	filter: DropShadow(Color=black, OffX=3, OffY=3, Positive=y);
}
div {
	background: center;
}
