html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content {
	position: relative;
	width: 100%;
	height: 100%;
}


#content h1 {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 180px;
	height: 60px;
	margin: -30px 0 0 -90px;
}

#footer {
	position: relative;
	margin-top: -50px;
	width: 100%;
	height: 50px;
}

.copyright {
	font-size: 12px;
	text-align: center;
}

.box {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 400px;
	margin: 0 auto;
	overflow: auto;
	margin: 0 0 0 -200px;
}

.news-list {
	border: 1px solid #999;
	padding: 1em 1em 0.5em;
	border-radius: 10px;
}

.news-list li {
	margin-bottom: .5em;
	list-style-type: none;
	text-align: center;
}

.icon {
	vertical-align: middle;
	margin-right: 5px;
}