body {
	font-family: "Gill Sans", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	background-color: #f7f5f0;
	background-repeat: repeat-x;
	background-image: url(../images/background.png);
	text-align: center;
}

#hd {
	padding-top: 10px;
	text-align: center;
	color: white;
	height: 150px;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
}

ul#times{
	font-size: 16px;
	list-style-type: none;
	display:inline;
}

ul#times li{
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	display:inline;
}

#ft{
	text-align: center;
	font-size: 14px;
}

table{
	border-style: none;
	border-width: 0px;
	border-spacing: 0px 0px;
}

tr{
	border-style: none;
	border-width: 0px;
}

td{
	border-style: none;
	border-width: 0px;
}
