body,input,button,select,textarea{
font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", sans-serif;
font-size: 140%;
}

.container {
  position: relative;
}
.nav_thumb{
	margin-top: 8px;
}

.windows8_metro{
	background: rgba(10, 3, 3, 0.6);
	padding: 15px;
}

.fanspage_pic{
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px dashed #aaa;
}

.index_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.8;
	background-image: url('../img/index.png');
	background-position: center bottom;
	@background-size: cover;
	max-height: 1024px;
}
p.lead{
	
	color: rgb(242, 203, 189);
}