@CHARSET "ISO-8859-1";

/* CSS file */
html {
	position:relative;
	text-align: center;
}

body {
	position:relative;
	text-align: center;
	margin:auto;
	width: 1000px;
	background:#333333;
	padding-top: 30px;
}

#swfContent
{
	background:#333333;
}

#pageLinks
{
	margin: auto;
	padding: 0;
	list-style: none;
	position:relative;
	left:275px;
	top:1000px;
}

#pageLinks li
{
	float: left;
	list-style: none;
	padding-left: 30px;
}

#pageLinks li a
{
	color: #aaaaaa;
	font: 8px arial,san-serif;
	text-decoration:none;
}	