body{ font: 14px sans-serif; }

.wrapper{ width: 800px; padding: 20px; background-color: #EEEEEE; color: black; margin: auto; }

#all { min-height: 100vh; }

.headerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.sponsorImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

#menu {
    font-size:14px;
}

#menu ul {
    list-style-type:none;
    list-style-image:none;
    margin:0;
    padding:0;
}

#menu li.topmenu {
    float:left;
}

.topmenu a {
    float:left;
    width:280px;
    text-align:center;
}

.topmenu ul{
    display:none;
}

.topmenu a, .submenu a{
    padding:15px;
    color:white;
    font-weight:bold;
    text-decoration:none;
    background-color:#404040;
    margin:0;
}

.submenu a{
    font-size:12px;
    width:280px;
    position:relative;
    clear:both;
}

#menu a:hover, .topmenu.on a {
    color:white;
    background-color:#808080 !important;
}

.topmenu:hover ul {
    display:block;
    z-index:500;
}

td, th { width: 150px; text-align: center; padding-top: 5px; padding-bottom: 5px; }

table, th, td {
    border: 1px solid black;
}