body {
    background-image: url(myimages/tumblr_379a8f1fc7dbe51d254494647fc57ed2_30381e56_640.png), 
        url(myimages/fruitfish.png),url(myimages/geocities154.gif);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left top, right bottom;
    background-size: auto, auto;
    min-height: 900px;
    font-family: sans-serif;
}

#container {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#title img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.77);
    border: dotted;
    border-radius: 10px;
    border-color: white;
}

nav table {
    text-align: center;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

nav table td {
    padding-left: 5px;
    padding-right: 5px;
}

nav img {
    height: 60px;
}

.main {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.77);
    color: #000000;
    border: dotted;
    border-radius: 10px;
    border-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#subnav{
    border-bottom: dotted;
    border-color: white;
    text-align: center;
}

#subnav li{
    display: inline;
    padding: 20px
}

a {
    color: #dc5b47;
}

h1 {
    text-align: center;
    text-shadow: 2px 2px #dc5b47;
}

h3 {
    text-shadow: 2px 2px #dc5b47;
}