@CHARSET "UTF-8";
*{
	font-family:Arial, Helvetica, Verdana;
}
a{
	color:#0000ff;
}

html{
	font-size:0.8em;
}
body,html {
	margin: 0px;
	height:100%;
	width:100%;
	overflow: hidden;
}
#app {
	width:100%;
	height:100%;
	overflow: hidden;
}
#menu{
	width: 200px;
	float:left;
}
#menu ul {
	list-style:none;
}
#magazine{
	width:800px;
	float:left;
}
#magazine .left,#magazine .right {
	width:380px;
	float:left;
	padding:10px;
}

li.active-menu a{
	font-weight:bold;
}
li.active-submenu a{
	color:#ff6600;
}

#community{
		position :fixed;
		left : 50px; 
		top : 60px; 
		width: 171px;
		height: 16px;
		z-index : 51000; 
}

/* --- No Flash Error Page --- */
#noflasherror { height: 625px; padding: 30px 0 0 30px; background: url(images/bg_flasherror.jpg) no-repeat; }
#noflasherror h1 { margin-top: 0px; font-size: 18px; color: #cf1111; margin-bottom: 30px; }
#noflasherror p { font-size: 14px; color: #858585; margin-bottom: 35px; line-height: 20px; }
#noflasherror a { display: block; margin-bottom: 35px; }
#noflasherror a.button { width: 352px; }
#noflasherror a.by { width: 200px;font-style: italic; color: #8d8d8d; font-size: 11px; text-decoration: none; }
#noflasherror a:hover.by { color: #000; }
#noflasherror img { border: none; }




















