* {
	margin: 0;
	padding: 0;
	}
html,body {
	height: 100%;
	width: 100%;
	}
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background: #333039;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	}
#outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
	}
#middle {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	}	
#inner {
	width: 400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

h1 {
	text-align: center;
	font-size: 45px;
	}

a {
	text-decoration: none;
	font-size: 12px;
	color: #112;
	}
a:hover {
	border-bottom: 1px solid #000;
	}
