body {
	
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	}


	#head {
		border: 3px black solid;
		width:100%;
		height:100%
	}
	
	#left {
		border: 3px red solid;
		float: left;
		width: 20%
	}
	
	
	#right {
		border: 3px blue solid;
		float: left;
		width: 75%;
	}
	
	#footer {
		border: 3px green solid;
		clear: both;
	}
	
a {
	color:#990000
}

#startbody {
	background-image: url("../graphics/outdoortiled.gif");
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	text-align:center;
	color:#663300;
}
#Table1 {
	
	padding: 1px 1px 1px 1px;
	border:none;
	width: 100%;
	height: 80%;
	z-index: 10;
	
	
	/*cellSpacing="1"  width="100%" border="0" height="80%"
			align="center" */
	float:none;
}

#TrySpan {
	font-size:3em;
	font-weight:bold;
}

#Greeting {
	font-weight:bold;
	font-size:large;
	width:50%;
	text-align:center;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	height:100%
}

#CentreDiv {
	margin-left:auto;
	margin-right:auto;
}

