#framelinks {
    text-align: center;
    float: right;
    width: 25%;
    right: 10px;
}

#mainframe {
    float: left;
    width: 75%;
}
.frame {
    border: 2px solid black;
    color: black;
    display: block;
    margin: 1em;
    padding: .3em;
    text-align: center;
    width: 8em;
}
.frame:hover {
    text-decoration: none;
    background: rgb(195,137,92);
    color: rgb(255,255,255);
}
/*
#male     { left: 14em;     top: 14em; }
#female   { left: 27em;     top: 14em; }
#capital  { left: 9em;      top: 19.5em; }
#benefits { left: 20.5em;   top: 19em; }
#sponsor  { left: 32em;     top: 19.5em; }
#whatis   { left: 14em;     top: 26em; }
#who      { left: 27em;     top: 26.5em; }

*/