@charset "utf-8";
body {
	background: #666 url("../img/background.gif");
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 22px;
}
#centercontainer {
	/* Dead Centre Container */
	width: 960px;
	height: 600px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	/* Half the width of the DIV tag */
	margin-top: -300px;
	/* Half the height of the DIV tag */
	background-color: #FFF;
}
#flashcontent {
	background: url("../img/bg2.jpg");
	width: 960px;
	height: 600px;
	padding: 0;
	margin: 0;
}
#nav {
	width: 960px;
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
}
#nav li {
	list-style: none;
	float: left;
	clear: none;
}
#nav li a img {
	border: 0px none;
}

