div#cookie {
    display:none;  
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
div#cookie #part {

    background-color: #EEE;
    color: #333;
    padding: 20px 40px;
}

div#cookie #part a {
    color: #000;
    font-weight: bold;
}

#cookie div#close {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    font-weight: bold;
    font-family: arial,sans-serif;
    color: #000;
    font-size: 17px;
    cursor:pointer;
}