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;
}
h4{
    font-size: 30px;
    text-shadow: 3px 2px black;
    color: #AAAAAA;
    position: absolute;
    left: 46%;
    top: 25%;
}
#mainContent {
    background-color: #330000;
    font-size: 20px;
    color: #AAAAAA;
    top: 40%;
    position: absolute;
    width: 90%;
    right: 5%;
    height: 100%;
    padding: 5px;
    
}
#abilitytable {   
    margin-top: 1%;
    top: 50%;
}
tr
{
    width: 50px;
}
th {
    color: white;
}
#imagewrapper {
    width: 150px;
    height: 150px;
}
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;
}
#liabilities {
    background-color: grey;
}
#footer {
    position: absolute;
    top: 142%;
}
td {
    text-align:center;
}