 #cookieInfo {
 /*
 position: fixed;
 left: 0px;
 bottom: 10%;
*/
 width: 100%;
 padding: 10px 0px;
 text-align: center;
 
 background-color: #EAEAEA; 
 border-top: 1px solid #B0B0B0;
 
z-index:999;
}
#cookieInfo a.close {
    right: 10px;
    top: 10px;
    color:#D52B1E;
}
#cookieInfobody {
    color: #636A6F;
    font-size: 12px;
    font-weight: bold;
    margin: 10px auto;
    text-align: justify;
    text-shadow: 1px 1px 2px #FFFFFF;
    width: 900px;
}