html {
	background: url('background.jpg');
    background-repeat: no-repeat;
    background-size: fill;	
}


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open-Sans'), 
    local('Open-Sans'), 
    url('OpenSans-Regular.ttf') format('truetype');
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    color: #fff;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

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

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

a, a:visited { 
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

