@charset "iso-8859-9";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #657085;
	background-image: url(assets/mainbg3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#flashcontent {
		width: 960px;
		margin: 0 auto;
}
#bottomTable {
	background-image: url(assets/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 200px;
	width: 100%;
	background-color: #e5e3e3;
	position: relative;
	bottom: 0px;
	float: none;
	clip: rect(auto,auto,0px,auto);
	vertical-align: top;
}


#mainTable {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
