html, body{
	margin:0;
	padding:0;
	height: 100%;
	font-family: 'Roboto Mono', monospace;
	color: #fff;
	background: #000428;
	background: -moz-linear-gradient(-45deg,  #000428 0%, #004e92 100%);
	background: -webkit-linear-gradient(-45deg,  #000428 0%,#004e92 100%);
	background: linear-gradient(135deg,  #000428 0%,#004e92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000428', endColorstr='#004e92',GradientType=1 );
}
div.center{
	margin: 0 auto;
	width: 800px;
	text-align: center;
}
p{
	font-size: 1em;
}
footer{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}
a{
	text-decoration: none;
	color: #004fff;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
