/*
html 
{
	margin:0;
	padding:0;
	overflow-x:auto;
	overflow-y:scroll;
}
body {
	font-family:arial;
	margin:0;
	padding:0;
}
#main 
{
	margin:0;
	padding:0;
	background-image:url(/images/main-court-bg.jpg);
	background-repeat:repeat-x;
}
#header 
{
	width:760px;
	margin:0 auto 0 auto;
	height:410px;
	background-image:url(/images/homepage.jpg);
	background-repeat:no-repeat;
}
#about {
	position:relative;
	top:30px;
	left:540px;
}
#register-button {
	position:relative;
	top:150px;
	left:60px;
}
#login-button {
	position:relative;
	top:170px;
	left:60px;
}
#content {
	margin:0 auto 0 auto;
	width:760px;
	padding:5px 10px 0 60px;
	z-index:500;
}
#content h2 {
	font-size:20px;
	margin:-30px 0 0 0;
}
#content .tagline {
	font-size:12px;
	margin-top:15px;
}
#content h1 {
	color:#7FA133;
	font-size:22px;
}
#footer
{
	margin-top:5px;
	clear:both;
	width:760px;
	margin:0 auto 0 auto;
	font-size:11px;
	border-top:solid 1px #f0f0f0;
}
*/
body {
	font-family: "Trebuchet MS", Arial;
	margin:0 0 10px 0;
	padding:0;
	background:url(/images/main-court-bg.jpg) repeat-x;
}
img {
	border: 0;
}
a {
	color: #A5D243;
}
#main 
{
	margin: 0 auto 0 auto;
	width: 760px;
	padding:0;
}
#header {
	position: relative;
	height:410px;
	background-image:url(/images/homepage.jpg);
	background-repeat:no-repeat;
}
#about {
	position:relative;
	top:30px;
	left:540px;
}
#register-button {
	position:relative;
	top:150px;
	left:60px;
}
#login-button {
	position:relative;
	top:170px;
	left:60px;
}
#content {
	position: relative;
	padding:5px 10px 0 60px;
	z-index:500;
}
#content h2 {
	font-size:26px;
	margin: 20px 0 0 0;
}
#content .tagline {
	font-size:12px;
	margin-top:15px;
}
#content h1 {
	color:#7FA133;
	font-size:22px;
}
#footer
{
	margin-top:10px;
	clear:both;
	text-align: center;
	font-size:11px;
	color: #999;
}

