html { 
  background: url(the-led-guy-colour-fade-oak-1440-60-percent-scaled-01.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-color: #9F0;*/
}

body{
	
color: #fff;
}

.top {
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	
	top: 0;
	left: 0;
	 
	
	width: 100%;
	height: 56px;
	
	position: absolute;
	
	
	font-size: 14px;
	font-weight: bold;

	border: 0px solid #fff;

	
}
.title {
	width: 300px;
	margin: 5px 0 0 5px;
	position: relative;
	font-size: 34px;
	font-weight: bold;
	
	border: 0px solid #fff;
}
.social {
	width: 70px;
	margin: 8px 5px 0 0;
	top: 0px;
	right: 0px;
	position: absolute;
	font-size: 34px;
	font-weight: bold;
	
	border: 0px solid #fff;
}

.page-upper {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: #000;
	
	top: 100px;
	left:0; 
	right:0; 
    margin:auto;
	
	
	width: 250px;
	height: 58px;
	
	position: absolute;
	
	
	font-size: 44px;
	font-weight: bold;
	border: 0px solid #fff;

}
.page-middle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: #000;
	
	top: 200px;
	left:0; 
	right:0; 
    margin:auto;
	
	
	width: 300px;
	height: 58px;
	
	position: absolute;
	
	
	font-size: 18px;
	font-weight: bold;
	border: 0px solid #fff;

}

.page-under {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: #000;
	
	left:0; 
	right:0; 
    margin:auto;
	
	bottom: 60px;
	width: 100px;
	height: 18px;
	
	position: absolute;
	
	
	font-size: 14px;
	font-weight: bold;
	border: 0px solid #fff;
}

.bottom {
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	
	bottom: 0;
	left: 0;
	 
	
	width: 100%;
	height: 34px;
	
	position: absolute;
	
	
	font-size: 14px;
	font-weight: bold;

	border: 0px solid #fff;

}
.foot {
	width: 300px;
	margin: 0 0 0 5px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	
	border: 0px solid #fff;
}