#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(blacktrans.png);
}
body {
	background-color: #006600;
	background-image: url(grass.jpg);
}
#soccerimg {
	float: left;
	width: 625px;
	height: 153px;
}
#ballimg {
	float: left;
	width: 75px;
}

#nav {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#right {
}

#graphic {
	height: 153px;
}



#left {
	float: left;
	height: 500px;
	width: 200px;
}
#right {
	float: left;
	height: 500px;
	width: 500px;
	color: #FFFFFF;
}
#botnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

