body {
    background-image: url("/site_assets/bgtile.png");
    background-repeat: repeat;
    color: white;
}
a {
    color:#ffa72b;
    text-decoration:underline;
}
img.banner {
    width:45vw;
    margin:auto;
    display:block;
    padding:5px;
}

img.thumb {
    width: 35%; display:inline; margin:auto;
}

#parent {
width: 95vw;
    height:95vh;
    margin:auto;
}

#box1 {
width: 20%;
float: left;

}

#box2 {
width: 80%;
float: right;
overflow-y: scroll;
height:94vh;
text-align:center;
}


#nav {border: 1px solid white; width:100%;font-size:2vw; text-align:center; color: white;}
#nav td, #nav tr {border:1px solid white; width:100%; height:5vh; }

