@charset "utf-8";
/* CSS Document */

HTML, BODY
{
	background-color: #666666;

	border: none;
	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

	width: 100%;
	height: 100%;
}

#HorizontalCenteredContent
{
	background-color: #444444;

	position: absolute;
	left: 50%;
	margin-left: -493px;

	width: 987px;
	height: 100%;

	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;

	overflow: hidden;
}

#VerticalCenteredContent
{
	background-image: url(../Graphics/Backgrounds/BrickWall_01.jpg);
	background-position: center;
	background-repeat: no-repeat;

	position: absolute;
	top: 50%;
	margin-top: -238px;

	width: 100%;
	height: 476px;

	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;

	overflow: hidden;
}

#MP3Player
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	z-index: 20000;
}