/* CSS Document */
body, html{
	/*background:url(../images/pattern.jpg);*/
	background:#000;
	text-align:center;
	height:100%;
	padding:0;
	margin:0;
	font-family:verdana, times;
}
.mainTable{
  position: absolute; 
  width: 800px;
  left: 50%;
  margin-left: -400px;
	height:100%;
	text-align:center;
}
.flashTable{
	width:788px;
	
	text-align:center;
}
.flashTable td.main{
	background:url(../images/wrapper_bg.jpg);
	background-repeat:repeat-y;
	height:592px;
}
.flashTable td.footerBottom{
	height:36px;
	text-align:center;	
	background:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	color:black;
	font-size:10pt;
	padding:0 10px 0 10px;
	
}
.flashTable td.top{
	height:27px;
	/*background:#DFAA00;*/
	
	background:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	
}