body {
 background-color: white;
}

#top {
 background-image: url("https://cloudyskies.neocities.org/Untitled.png");
 width: 800px;
 height: 109px;
 /* 800x250 */
  border-width: 2px;
   margin-left: auto;
 margin-right: auto;
 border-style: solid;
 border-color: black;
}


#menu {
 color: #ffffff;
 background-color: #4c4c4c;
 border-width: 2px;
 border-style: solid;
 border-color: black;
 width: 800px;
 height: 25px;
top: 8px;
left: 8px;
margin-top: 100px; /* Negative half of height. */
margin-left: 250px; /* Negative half of width. */
  text-align: center;
   font-family: "arial";
}

a:link {
  color: white;
}

#main {
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 border-width: 2px;
 border-style: solid;
 border-color: black;
 background-color: white;
 text-align: center;
 font-family: "ms gothic";
 font-size: medium;
}

 
 .fix{
    position:fixed;
    bottom: 0px;
    left:8px;
}
 
 .div-wrapper {
    position: relative;
    height: 300px;
    width: 300px;
}

.div-wrapper img {
    position: absolute;
    left: 0;
    bottom: 0;
}
 

        a:link {
  color: white;
    text-decoration: none;
}
a:visited {
  color: white;
    text-decoration: none;
}



