body {
    background: url('../images/maze.gif') top center repeat;
}

page {
    max-width: 960px;
    min-height: 98vh;
    background-color: white;
    margin: 0 auto -44 auto;
    display: block;
}

header {
    background-image: url('../images/TitleBar.png');
    height: 82px;
}

header img {
    border: 0px;
    margin-left: 10px;
    padding: 18px;
}

menu {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

menu,footer {
    background: #ffffff url( '../images/menubar.png' ) top center repeat-x;
    font-size: 105%;
    text-align: center;
    height: 44px;
    color: #ffffff;
}

menu span {
    background-image: url('../images/menubar-sel.png');
}

menu a {
    text-decoration: none;
}

menu a:hover {
    background: #ffffff url( '../images/menubar-lit.png' ) top center repeat-x;
}

menu a, menu span {
    float: left;
    color: #000000;
    font-size: 30px;
    padding: 0 5px;
    margin-left: 10px;
    height: 44px;
    vertical-align: middle;
}

menu img {
    border: 0px;
}

main {
    margin: 0 20px;
}

#Roku {
    float: right;
    margin: 4px;
    border: 0px;
}

clear {
    display: block;
    clear: both;
}

game img {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

gameTitle {
    font-size: 20px;
    font-weight: bold;
    display: flex;
}

gameDesc {
    display: flex;
}

footer {
    height: 44px;
    max-width: 960px;
    margin: auto;
    text-shadow: 1px 1px 1px #333;
}

footer a {
    color: #fff;
    text-decoration: none;
}
