html{
	font-family: Courier New;
}
.outer {
  	display: table;
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
}

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

.inner {
  	margin-left: auto;
  	margin-right: auto;
  	width: 300px;
	/* Whatever width you want */
}
.inner h1{
	color: #4169e1;
	text-transform: full-width;
	font-weight: normal;
}
.inner p{
	float: right;
    	font-style: italic;
    	font-weight: bold;
    	color: #444;
}

footer {
    	position: fixed;
    	bottom: 0;
    	right: 5px;
    	font-size: 10px;
    	background: white;
	padding-right: 2px;
  	padding-left: 2px;
}
