body   {background-image: url('../images/lost.jpg'); background-size: 100% 100%; 
        background-repeat:no-repeat; background-attachment: fixed; color: black; font-family: Verdana, Geneva, sans-serif;}
html, body {margin:0; padding:0;}
		
/*Nav*/

.view {position: absolute; top: 15px; left: -20px;}
.view p {text-align: center; font-size: 12px; font-family: arial; text-decoration: none; font-weight: bold;}
.view a { color: black; text-decoration: none; padding-left: 50px;}
.view a:hover {color: green;}

.current a {font-weight: bold; text-decoration: underline;}

/*Content*/
.content {text-align: center; background-color: rgba(255,255,255, 0.4);}
h2 {font-family: verdana; margin: 0; color: black;}
p{margin: 0; padding: 0 ;}