/* hide from ie on mac \*/
html {
	overflow-x:hidden;
	height:100%;
	width:100%;
}
/* end hide */

body {
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-color:#000000;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	background-repeat: repeat-x;
	background-position: center top;
}
#flashcontent{
	position:absolute;
	height:100%;
	width:100%;
	color: #999999;
	font-family: Arial;
	font-size: 14px;
}
#noflash {
	margin:auto;
	width:1050px;
}
#logo{
	text-align:center;
}
#link {
	width:490px;
	margin:auto;
}
#link a{
	color:#de6918;
}
#link a:hover{
	color:#da6b1c;
}
#desc{
	margin:10px auto auto auto;
	width:490px;
	line-height:17px;
	font-size:11px;
}
#copyrights{
	margin:20px 0px 0px 0px;
	text-align:center;
}
#menu{
	margin:auto;
	display:none;
}

