	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}
	

	body {
		background-color:#700000;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
				overflow:hidden;
				font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		}
		
		h1{
			font-size:24px;
			font-weight:bold;
			text-align:center;
			padding-bottom:20px;
			
		}
		p{
			padding-bottom:10px;
		}

	#bottomborder {
		position:absolute;
		height:20px;
		width:100%;
		bottom:0px;
		left:0px;
		z-index:100;
		background-color:#700000;		
	}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-395px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:587px;
		width:100%;
		max-width:1279px;
		clear:left;
		padding:0px;
		}

	#floor {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:100%;
		width:100%;
		max-width:1279px;
		clear:left;
		background-image:url(../Images/Floor.jpg);
		background-repeat:no-repeat;
	}
	
	#main {
	position:relative;
	width:100%;
	height:inherit;
	top: -282px;
	left: 0;
	margin:0px;
	padding:0px;
	}

	#ContentBox {
	z-index:10;
	position:absolute;
	top:144px;
	left:233px;
	width:650px;
	height:344px;
	overflow:auto;
	}
	
	#Content{
		padding-top:40px;
		padding-bottom:40px;
		padding-right:10px;
	}

	table.containertable
	{
		height:587px;width:100%;border:none;border-collapse:collapse;padding:0px;margin:0px;
	}
	
	td.containerleftbordertd
	{
		background-image:url(../Images/Left.jpg); background-position:right; padding:0px;margin:0px;border:none;
	}
	
	td.containercentertd
	{
		background-image:url(../Images/Main.jpg); background-position:left;padding:0px;margin:0px;border:none;width:999px;
	}
	
	td.containerrightbordertd
	{
		background-image:url(../Images/Right.jpg); background-position:left;padding:0px;margin:0px;border:none;
	}

