@charset "utf-8";
	
	/* hide from ie on mac \*/
	html {
	height: 100%;
	overflow: visible;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	background-image: url(../bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
	
	#flashcontent {
		height: 100%;
	}

#wrapper_inner {
	width: 1050px;
	margin: 0 auto;
}
#wrapper_innerM {
	width: 905px;
	margin: 0 auto;
}
#enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7a7a7a;
	float: left;
	width: 380px;
	margin-top: 350px;
	line-height: 1.7em;
}
.click {
	font-size: 12px;
}




a:link {
	color: #CFCFCF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CFCFCF;
}
a:hover {
	text-decoration: underline;
	color: #b9b9b9;
}
a:active {
	text-decoration: none;
	color: #CFCFCF;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaaaaa;
	line-height: 1.5em;
}

