body {
	background-color: #000;
	color: #fff;
}

p {
	word-break: break-all;
}

#back {
	width: 100%;
	height: 50px;
	background: #000 url(./back.png) no-repeat 0 40px;
	background-size: 30px;
	position: fixed;
	top: -20px;
	padding-top: 30px;
}
a {
	color: #fff;
}