body {
    background-color:#5D5F60;
    background-image:url('selworksgrid.png');
    background-position:bottom right;
    background-attachment:fixed;
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
    font-family:'Kosugi Maru', monospace;
    font-size:16px;
}

a {
    text-decoration:none;
    color:#D4DDDE;
}

a:hover {
    text-decoration:none;
    color:#c6f545;
}

.here {
    color:#c6f545;
}

.box {
    width:1000px;
    height:100vh;
    border:none;
    margin:0 auto;
    padding:0px;
}

.images {
    background:transparent;
    margin:30px 0px 30px 0px;
    width:800px;
    display:inline-block;
}

.images img {
    max-width:100%;
    display:block;
    margin:0 auto;
    padding:0px;
}

.comment {
    margin-top:10px;
    margin-right:0px;
    padding:5px 10px 5px 10px;
    float:right;
    color:#3a3b3b;
    background-color:rgb(158,162,164,0.3);
    border:1px solid #9EA2A4;
    border-radius:20px 0px 20px 20px;
}

.notice {
    max-width:350px;
    margin: 0 auto;
    margin-bottom:50px;
    padding:10px; 
    float:none;
    text-align:center;
}

.spacer {
    height:100px;
}

.menu {
    background:transparent;
    width:200px;
    margin:0px;
    padding:0px;
    float:right;
}

.menutable {
    background:transparent;
    border-collapse:collapse;
    border:0px;
    position:fixed;
    vertical-align:top;
}

.years {
    padding: 30px 0px 0px 30px;
    vertical-align:top;
}

.title {
    width:128px;
    height:100vh;
    margin:0px;
    padding:0px;
    vertical-align:top;
    text-align:right;
}

.title img {
    height:100%;
    display:inline;
}