@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;
		zIndex : 51000; 
}
