body {
	background-image: url(../images/bg_grass.gif);
	padding: 0px;
	margin: 0px;
	text-align:center;
	margin:auto;
	color: #ffffff;
}
#page {
	text-align: left;
	width: 750px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#header {
	width:710px;
	margin: 0px;
	padding-top: 1px;	
}
#content {
	width:710px;
	height:55px;
	padding:5px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
#sports {
	width:700px;
	text-align:center;
}
a.white:link {
	background-attachment: fixed;
	background-image: url(../images/link_arrow_white.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:none;
}
a.white:visited {
	background-attachment: fixed;
	background-image: url(../images/link_arrow_white.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:none;
}
a.white:hover {
	background-attachment: fixed;
	background-image: url(../images/link_arrow_white.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:underline;
}