body {
    background: url('http://www.tanzgt.nl/images/ZGTWALLPAPER3kln.png') repeat-y left top #fff;
}

.header {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 0 20px 0 0;
    z-index: 800;
    background-color: #fff;
    border-bottom: 1px solid rgba(179, 60, 141, .7);
}

.app-list > ul li.app-tile .app-item .app-icon > a.app-icon-link {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 128px;
    height: 100px;
    border: 1px solid #ddd;
    border-bottom-color: #b33c8d;
    border-left-color: #b33c8d;
    border-right-color: #b33c8d;
    border-top-color: #b33c8d;
    background-color: #fff;
    padding: 18px;
    overflow-wrap: break-word;
    color: #555;
}





.copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(179, 60, 141, .7);
}

