body{
	background: #fff url('background.jpg') no-repeat;
	background-size: auto 100vh;
	background-position: center top;
	font-family: "Open Sans";
	font-size: 16px;
	height: 100vh;
	margin: 0;
}

ul.links{
	margin: 0;
	position: absolute;
	top: 72px;
	right: 72px;
}
	ul.links li{
		float: left;
		list-style: none;
		margin: 0 0 0 40px;
	}

.footer{
	bottom: 48px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 500px) {
  body {
    background-size: 100vw auto;
    background-position: 50% 50%;
  }

  ul.links{
  	top: unset;
  	right: 50%;
  	top: 104px;
  	margin-right: -40px;
  }
  	ul.links li:first-child{
  		margin: 0;
  	}
}