html, body
{
	background-color: #7b99a7;
	border: solid 0px #7b99a7;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%
}

body
{
	overflow: hidden;
}

img
{
	border: solid 0px #000;
}

#BackgroundImage
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	overflow: hidden;
}

#ClientArea
{
	left: 0px;
	overflow: auto;
	position: absolute;
	top: 0px;
	z-index: 2;
}

#Flash
{
  border: solid 1px #FFF;
	height: 570px;
	left: 9px;
	position: absolute;
	top: 9px;
	width: 970px;
	z-index: 10;
}

#Window
{
	background-image: url(../../Media/Images/Global/Shadow.png);
	background-repeat: no-repeat;
	height: 590px;
	position: absolute;
	width: 990px;
}

