.header { 
overflow: hidden;
 background-color: #grey;
 padding: 20px 5px;
}
.header a {
 float: left;
 color: blue;
 text-align: center;
 padding: 16px;
 text-decoration: none;
 font-size: 25px;
 line-height: 10%;  
 border-radius: 100px;
 top: 1px;
 position: relative;
 left: 50px;
}
.title {
 font-size: 2rem;
 font-weight: bold;
 padding: 18px;
 position: relative;
 top: 30px;
 left: 40px;
 
}
.header a:hover {
  background-color: #99ff99;
  color: black;
}
.header-left {
  float: left;
}
@media screen and (max-width: 500px) {
.header a {
 float: none;
 display: block;
 text-align: left;
}
.header-right {
 float: none;
  }
}
.headercolour {
 overflow: hidden;
 background-color: #66ff66;;
}
.margin {
 margin-left: 10%;
 margin-right: 10%;
 margin-bottom: 1%;
}
.border {
 border:3px solid black;
 border-bottom: 5px solid green;
 border-bottom-color: #009933;
}
.bodycolour {
 overflow: hidden;
 position: relative;
 height: relative;
 text-align: left;
 padding-left: 50px;
 padding-right: 50%;
}
.bodyborder {
 border:2px solid black;
 border-top-style: hidden;
 border-bottom-style: hidden;
 background-color:  #66ffff;
}
.footercolour {
 overflow: hidden;
 background-color: #66ff66;
 position: relative;
 height: 10%;
}
.footerborder {
 border: 2px solid black;
 border-top: 5px solid green;
 border-top-color: #009933;
}
body, html {
height: 100%;
}
body {
 background:  url(http://images.all-free-download.com/images/graphiclarge/rippled_wall_background_01_hd_pictures_169887.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: 100%;
}
p {
 font-size: 1em;
}
.alignright {
 float: right;
 text-align: right;
 position: absolute;
 top: 10px;
 right: 50px;
 max-width: 100%;
 width: 100%;
 height: auto;
}
.alignrightbottom {
 float: right;
 text-align: right;
 position: absolute;
 top: 410px;
 right: 50px;
 width: 100%;
 height: auto;
}
img {
 padding-left: 20px;
 padding-right: 20px;
 border-radius: 60px;
}
h2 {
 font-size: 28px;
}
.alignrightb {
 float: right;
 text-align: right;
 position: absolute;
 top: 10px;
 right: 70px;
 width: 50%;
 height: auto;
}