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;
	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;
}
