@charset "UTF-8";

html, body {
	height:100%;
	margin:0;
}

body {
	background: #000000;
	font-size: 62.5%; /* Sets 1.0em equal to 10px */
}

/* Vertical centering: make div as large as viewport and use table layout */
div.container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    position: fixed;
	display: table
}

p {
	display: table-cell;
	vertical-align: middle
}

/* Horizontal centering of image: set left & right margins to 'auto' */
img.displayed {
	display: block;
	margin: 1em auto
}

/* Also center the lines in the paragraph */
p {
	text-align: center
}

.flash-link {
	color: #ffffff;
	font-size: 2em;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
