body, html {
    background: black;
    color: white;
    font-family: sans-serif;
    text-align: center;
}

body {
    width: 440px;
    margin: 2em auto;
}

p {
    text-align: right;
    font-size: 110%;
}

#frame {
    position: relative;
    height: 320px;
    background: green url(img/grass.jpg) repeat 0 0;
    margin: 2em auto;
    overflow: hidden;
}

#shade {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 255, 0.4);
}

#list {
    float:left;
    text-align: left;
    font-weight: lighter;
    font-size: 90%;
    color: #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
}

#list ul li {
}

#kesi {
    background-image: url("img/kesi.png");
}

#sebas {
    background-image: url("img/sebas.png");
}

#mario {
    background-image: url("img/mario.png");
}

#sign {
    background-image: url("img/sign.png");
    line-height: 27px;
    font-size: 8px;
    text-align: center;
    color: #c1b799;
}

#kesi, #sebas, #mario, #sign {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -32px;
}

.sprite0 {
    background-position: 0 0;
}

/* SOUTH */
.sprite1, .sprite3 {
    background-position: -32px 0;
}
.sprite2 {
    background-position: -64px 0;
}

/* EAST */
.sprite1.E, .sprite3.E {
    background-position: -32px -64px;
}
.sprite2.E {
    background-position: -64px -64px;
}
.sprite0.E {
    background-position: 0 -64px;
}

.updated {
    font-weight: bold;
    color: yellow;
}
