body {
    background-color: #660000;
    background-size: 100%;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    margin: 0;
}
h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 48;
    color: grey;
    text-shadow: 3px 2px black;
    left: 30%;
    width: 540px;
    position: absolute;
    top: 0%;
    text-align: center;
}
h2 {
    text-align: center;
    position: absolute;
    text-shadow: 3px 2px black;
    left: 43%;
    top: 8%;
}
h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24;
    color: #AAAAAA;
    text-shadow: 3px 2px black;
    left: 46.5%;
    top: 13.5%;
    position: absolute;
    font-size: 30;
}
#mainContent {
    background-color: #330000;
    font-size: 20px;
    color: #AAAAAA;
    top: 60%;
    position: absolute;
    width: 90%;
    right: 5%;
    height: 30%;
    padding: 5px;
}
li {
    float: left;
    list-style-type: none;
    padding: 8px;
}
a {
    display:block;
    padding: 8px;
    background-color: red;
    font-size: 24;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}
ul {
    position: absolute;
    top: 18%;
    left: 31%;
    overflow: hidden;
    font-weight: bold;
}
li a:hover {
    background-color: green;
    color: black;
}
img {
    position: absolute;
    left: 39%;
    top: 30%;
}
#footer {
    position: absolute;
    top: 97%;
}
#form {
    position: absolute;
    top: 40%;
    left: 5%;
    color: #AAAAAA;
    font-size: 20px;
}
#rollover {
    position: absolute;
    left: 60%;
    top: 40%;
}