@CHARSET "UTF-8";

html, body {
	height: 100%;
}

body { padding-top: 50px; }

#banner {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#banner .navbar-header a {
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px #ccc;
	font-family: "幼圆"
}

#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

#footer {
	background-color: #F5F5F5;
    height: 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}