body
	{
		margin:0px;
		padding:0px;
		height:100%;
		width:100%;
		
		background-image:url(../../Global_Images/Background_RightBar.jpg);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#490017;
	}
	#SplashScreen
	{
		height:100%;
		width:100%;
	
	}
	#LeftBar
	{
		height:100%;
		vertical-align:bottom;
		background-color:#01223E;
		text-align:center;
		width:50%;
		background-image:url(../../Global_Images/Background_LeftBar.jpg);
		background-repeat:repeat-x;
		background-position:top;
	}
	#RightBar
	{
		height:100%;
		background-color:#490017;
		vertical-align:top;
		width:50%;
		background-repeat:repeat-x;
		text-align:center;
		background-image:url(../../Global_Images/Background_RightBar.jpg);
		background-repeat:repeat-x;
		background-position:top;
	}
	#SplashScreen 
	{
		position: absolute;
		left: 50%;
		top: 50%;
		width:800px;
		height:400px;
		border:0px solid #CCCCCC;
		margin-top: -200px; /* make this half your image/element height */
		margin-left: -400px; /* make this half your image/element width */
		z-index:10;
	}