 html, body   { background-color: white; height: 100%; margin: 0; padding: 0;
                        color: darkslategray; text-align: center; }
a {text-decoration:none}
a:link {
COLOR: darkslategray;
}
a:visited {
COLOR: darkslategray;
}
a:hover {
COLOR: #990033;
}
a:active {
COLOR: darkslategray;
}
         div#centered { border: 0;  width: 100%;
                        position: absolute; left: 0%; top: 40%; bottom: 50%; }
div#bio { border: 0;  width: 100%;
                        position: absolute; left: 0%; top: 30%; bottom: 50%; }
div#gallery { border: 0;  width: 100%;
                        position: absolute; left: 0%; top: 10%; bottom: 10%; }

div#base { border: 0;   width: 80%;
                        position: absolute; left: 0%; right:20%; bottom: 0%; }
div#menu { border: 0;   width: 80%;
                        position: absolute; text-align: left; left: 20%; top: 5px; }