body {
	margin: 0 auto;
	padding: 0;
	color: #fff;
	background-color: #262626;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
}

.container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    position: fixed;
	display: table;
}
	
p {
	display: table-cell;
	vertical-align: middle;
}


.large {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}

.small {
	font-size: 12px;
	letter-spacing: normal;
	font-weight: normal;
}


a {
	color: #fff;
	text-decoration: none;
}

a:link, a:visited {
	color: inherit;
}

a:hover {
	text-shadow: white 0 0 0.2em;
}

img {
	margin: 1em auto;
	border: none;
}