body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#flashcontent {
	width: 1200px;
	margin: 0 auto;
}

#blue {
	color: #2987C4;
}

a:link {
	color: #2987C4;
	text-decoration: none;
}
a:visited {
	color: #2987C4;
	text-decoration: none;
}

a:active {
	color: #2987C4;
	text-decoration: none;
}
a:hover {
	color: #2987C4;
	text-decoration: underline;
}
.links {
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 9px;
	color: #FFFFFF;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	text-transform: uppercase;
	text-align:center;
}
.links a{
	color: #FFFFFF;
}