/* Frome Ghost Walk - basic style sheet
Site design and build by Frome Business Services  http://www.frome-business-services.co.uk */

body {
	background-image: url(images/back-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5em;
}

#menu-bottom {
	font-weight: bold;
	text-align: center;
	margin-left: 400px;
	margin-top: 25px;
	padding-bottom: 25px;
}

#content {
	margin-top: 250px;
	margin-bottom: 0px;
	margin-left: 400px;
	margin-right: 50px;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: .75em;
	font-size: 1.5em;
}

a:hover {
	font-weight: bold;
	color: #C52C10;
	text-decoration: none;
	padding: 0.75em;
}
#content #tracks {
	width: 100%;
	text-align: center;
}
#content #tracks td {
	text-align: center;
}
