@charset "utf-8";
/* CSS Document */
html {
	-webkit-text-size-adjust:none;
}/*chrome font-size<12px */
html,body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c8c8c8;
  width:100%;
  height:100%;
  overflow:hidden;
}
#wrapper {
	height: 100%;
	width: 100%;
	text-align: center;
}

#top {
	background:url(../images/menu_bg.png) repeat-x top;
	height:90px;
	width:100%;
	position:absolute;
	z-index:99;
}
#footer {
	height:64px;
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:99;
}
#footer_right {
	position:absolute;
	right:910px;
	width:5px;
	word-break:break-all;
	float:right;

}