body{
	background-color: #000;
	background-image: url('../img/bg.gif');
	background-attachment: fixed;
	background-position: top center;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#site_frame{
	height: 800px;
	border-left: 1px #fff;
	border-right: 1px #fff;
}

#flashcontent{
	width: 800px;
	height: 610px;
	/*background-color: #000;*/
	background-image:url(../img/bg_flash.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	vertical-align: top;
}

#flashcontent h1{
	width : -800px;
	height : -800px;
	overflow : hidden;
	padding-left : 1000px;
	display : block;
	font-size:1px;
	line-height:0px;
	text-indent:-9999px;
	margin: 0px;
}

#foot{
	width: 800px;
	background-color: #000;
	margin: 0 auto;
	padding:5px;
	vertical-align: top;
}


#copyright{
	width: 800px;
	border: 0px none;
	margin: 0px;
	font-size: 9px;
	color: #fff;
}

#copyright td{
	vertical-align:top;
}

copyright td.right{
	text-align:right;
}

copyright td.left{
	text-align:left;
}

#copyright p {
	margin: 5px 0px 0px;
}

a img {
	border: none;
	margin: 0px;
}

div.app_info{
width:790px;
border:#FF0000 2px solid;
font-size:14px;
text-align:center;
font-weight:bold;
margin-bottom:15px;
padding:5px;
margin-left:auto;
margin-right:auto;
}
