html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
input, select, textarea,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
body, html {
	height: 100%;
}
body {
	background: #2d2d2d url('../img/bg_v5.jpg') no-repeat center top;
	display: flex;
	align-items: center;
	justify-content: center;
}
img {
	padding: 0 25px;
	margin: 0 auto;
	display: block;
}
.description {
	text-align: center;
	font: 700 13px 'Open Sans', sans-serif;
	color: rgba(255,255,255,0.4);
	margin-top: 15px;
	padding: 15px 15px 0 15px;
	min-width: 300px;
	border-top: 1px solid rgba(255,255,255,0.1);
	max-width: 700px;
}
.description a {
	color: rgba(255,255,255,0.7);
	border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.ascii {
	text-align: center;
	font: bold 11px 'Arial', sans-serif;
	color: rgba(255,255,255,0.15);
	margin-top: 5px;
}