body {margin:0; padding:0;}

header
{
position: fixed;
top: 0px;
left: 0px;
right: 0px;
margin: 0px;
height: 140px;
webkit-background-size: cover; 
moz-background-size: cover; 
o-background-size: cover; 
background-size: cover;
background-color: white;
width: 70%;
margin: auto;
text-align: center;
}


nav
{
background-color: rgb(210,210,255);
position: fixed;
top: 140px;
left: 0px;
right: 0px;
width: 70%;
margin: auto;
text-align: center;
border: solid 1px;
font-size: 1.3em;
}

nav ul{list-style-type: none;}

nav li{display: inline-block; margin-right: 4%; margin-left: 2%;}

nav a{color: rgb(60,60,120); padding-bottom: 3px; text-decoration: none;}

a{text-decoration:none;}

a:hover{color: #760001; text-shadow: 2px 2px 4px; text-decoration:none;}

section
{
margin-top: 160px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
width: 70%;
}

#hp  {
float: left;    
 margin: 0 15px 0 0;
}
