/* Style CSS */
*{
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, sans-serif;
    color: #a0a0a0;	
}

.content {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	height: 200px;
	width: 200px;
	font-size: 18px;
	font-size: 1.8em;
	text-align: center;
	text-transform: uppercase;
}

.text {
	padding: 10px 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: #CCCCCC;
	font-size: 14px;
	font-size: 1.4em;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}