body {
    background-color: #f4ea0c;
    font-size: 1.3em;
}

img {
    display: block;
    margin: auto;
}

div {
    width: 800px;
    margin: auto;
    text-align: center;
}

div#links {
    display: block;
    text-align: left;
}

div#links a {
    color: black;
}

div#links a:visited {
    color: black;
}

/*@media all and (min-width: 1420px) {*/
/*    div#punkstowall {*/
/*        position: fixed;*/
/*        right: 0;*/
/*        top: 0;*/
/*        float: none;*/
/*        height: 100%;*/
/*        width: 300px;*/
/*    }*/
/*}*/

/*@media all and (max-width: 1419px) {*/
/*    div#punkstowall {*/
/*        display: none;*/
/*        height: 1px;*/
/*        width: 1px;*/
/*    }*/
/*}*/