#content-align
{
	background-image: url('/images/templates/blue_texture.jpg');
	/* 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: 362px;
	min-height: 362px;
	
	border-left: #4b4e79 1px solid;
	border-right: #4b4e79 1px solid;
	background-image: url('/images/templates/bg_scene_box.jpg');
	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-top: 37px;
	padding-left: 6px;
	height: 325px;
	text-align: center;
}

#content2
{
	position: relative;
	top: -20px;
	width: 660px;
	padding: 1em 0em 0em 0em;
	
	/* 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;

}

#player
{
	/*
	width: 338px;
	height: 38px;
	overflow: hidden;
	background: url('/images/templates/bar3d.jpg');
	background-repeat: no-repeat;
	*/
}
