body {
	color: #000;
	background: #FFF;
	text-align: center;
}

body, p {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

a:link, a:visited {
	color: #bd2110;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFF;
	background: #bd2110;
	text-decoration: none;
	font-weight: bold;
}

#PageWrapper {
	position: relative;
	background: url('../images/background.jpg') no-repeat left top;
	margin: 5% auto 0 auto;
	width: 750px;
	height: 550px;
}

#Content {
	position: absolute;
	top: 146px;
	left: 58px;
	text-align: left;
	width: 634px;
	height: 338px;
}

h1 {
	font-size: 14px;
	font-style: italic;
	text-align: left;
	padding: 0;
	margin: 0;
}

p {
	text-align: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.TickerLinks {
	text-align: center;
	margin: 20px 0 0 0;
}

.FooterLinks {
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%;
}

.FooterLinks p {
	text-align: center;
}
