html{ height:100%; }
body {
	margin:0;
	padding:0;
	height:100%;
	color:#fff;
	font-family: 'Roboto', sans-serif;	
  background: no-repeat 50% 50% fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#top {	
	height:20%;
}

#bottom {
	background:#eee;
	height:30%;
}

h1 {
	font-size: 3em;
	text-align: center;
}

.address {
	border: 0px;	
	width:600px;
	height:100px;	
	position:fixed;
	margin-left:-300px;	
	left:50%;	
}

.officename {
	font-size: 1.7em;
	text-align: center;
	font-weight: 900;
}

.addressline {
	font-size: 1.1em;
	text-align: center;
}