@font-face {
	font-family: "Microsoft YaHei";
	src: url("/assets/msyhl.ttf") format("ttf")
}
body {
	font: 1em/260%;
}
a {
	color: #669;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 36px/100%;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	padding: 5px;
	width: 1920px;
	margin: 20px auto;
}
#header {
	height: 180px;
}
#content {
	width: 960px;
	float: center;
}
#footer {
	clear: both;
}

/* border & guideline (you can ignore these) */
#content {
	background: #f8f8f8;
}
#sidebar {
	background: #f0efef;
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}
#pagewrap, #header, #content, #sidebar, #footer {
	border: solid 1px #ccc;
}
