@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(images/bgRepeater.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

h1{
	background-image:url(images/logo.gif);
	width:215px;
	height:81px;
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#maincontainer{
	background-image:url(images/pageBg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:878px;;
	margin:0 auto;
	padding:0px;
}


#menu{
	margin:0px;
	padding:0px;
	float:left;
	margin-top:65px;
	float:right;
}

#flashplayer{
	float:left;
	clear:both;	
	width:877px;
	height:874px;
	margin-left:1px;
}

#footer{
/*	background-color:#009dea;*/
	background-image:url(images/bgfooter.png);
	background-repeat:no-repeat;
	width:880px;
	height:33px;
	text-align:center;
	padding-top:13px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFF;	
}

#footer a{
	color:#FFF;	
}

#footer ul{
	margin:0px;
}

#footer li{
	display:inline;	
}
