﻿body {
 margin: 0;
 padding: 0;
 font-family: Arial, Sans-Serif;
}

#banner { height: 83px; }

#logo {
 width: 169px;
 height: 83px;
 background: url('../img/cts.jpg') no-repeat;
}


.cookie-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

    .cookie-footer a {
        color: white;
    }

    .cookie-footer button {
        background-color: black;
        color: white;
        border: 1px solid white;
    }
