p {
    font-family: "Verdana";
}

#body{
background-image: url(../wikipedia/commons/thumb/9/90/Mānana_Island_Oahu_Hawaii_Photo_D_Ramey_Logan_1_jpg/1280px-Mānana_Island_Oahu_Hawaii_Photo_D_Ramey_Logan_1.jpg);
background-repeat: no-repeat;
background-size:100%;
background-attachment: fixed;
}

#head {	background-color: White;
background: rgba(255, 255, 255, .8);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
width: 820px;
height: 150px;
}

#leftcolumn { float: left;
width: 15%;
text-align: center;
padding: 20px;
background-color: White;
background: rgba(255, 255, 255, .8);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} 
#leftcolumn a {text-decoration: none; 
font-weight: bold;
}
#leftcolumn a:link { color: Black;
}
#leftcolumn a:visited { color: Blue;
}
#leftcolumn a:hover { color: Red;
}

#rightcolumn { float: right;
width: 15%;
text-align: center;
padding: 20px;
background-color: White;
background: rgba(255, 255, 255, .8);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} 

#center {
padding: 10px;
margin-left: 20%;
/*margin-right: 20%;*/
background-color: White;
background: rgba(255, 255, 255, .8);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}