@font-face {
    font-family: 'bebas';
    src: url('BebasNeue.eot');
    src: url('BebasNeue.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue.woff') format('woff'),
         url('BebasNeue.ttf') format('truetype'),
         url('BebasNeue.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	background:#2e68b2;
	height:100%;
	font-family: 'bebas',Arial;
	color:#fff;
}
* {
	padding: 0;
	margin: 0;
}
 
.clear {clear:both;}
 
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 350px;
	text-align:center;
}

h1 {
	font-family: 'bebas';
	margin-top: 10px;
	font-size: 54px;
	font-weight: normal;
	line-height: 50px;
}