
#footer{
	float: center;
	width: 768;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.league{
	float: left;
	width: 768;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-bottom: 0px;
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.clock{
	float: left;
	width: 768;
	padding-top: 20px;
}
#footer p{
	line-height: 100%;
	text-align: right;
	float: left;
	width: 768;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #EEEEEE;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
}

