body {
  background-image:url(background-full.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
  margin:0px;
  padding:0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
}

header{
	background:#FFF;
	padding:10px 150px;
	text-align:center;
	
	line-height:2;
}
header b{
	color:red;
}
section {
	text-align:center;
	color:#FFF;
}
section p{
	font-size:24px;
	font-weight:bold;
}
.absarea{
font-size:120%;
position:absolute;
width:100%;
bottom:0;
top:50%;
}
/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {

    background-image: url(background-mobile.jpg);
  }
  header{

	padding:5px 5px;
	font-size:90%;
	line-height:1.5;
	}
	
	section p.maint img{
		width:80%;
	}
	}
