#content-align
{
	background-image: url('/images/templates/blue_texture.jpg');
	background-repeat: repeat-x;
	/* Coupled with the margin and text-align settings in content-wrapper-outer (below) this is a weird but safe way to center a page in all browsers including IE where the standard doesn't work. */
	text-align: center;
}

#content-wrapper-outer
{
	width: 758px;
	_height: 400px;
	min-height: 225px;
	
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	background-image: url('/images/templates/bg_scene_inner.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
	
	/* To re-align text to left in the page div when a parent div is centred. This allows centering of page div using the IE-safe hack. */
	margin: 0 auto;
	text-align: left;
	
	/* 
	IE shadow
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=-90,color=#5965AF,strength=10);
	*/
}

#content-wrapper-inner
{
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=90,color=#5965AF,strength=10);
}

#content
{
	padding: 96px 68px 0px 68px;
}
