#ynotid-widget {
    color: #999;
    position: fixed;
    top: -400px;
    left: 50%;
    height: 400px;
    width: 1180px;
    margin-left: -590px;
    background: #ccc;
    z-index: 99999;
}

#ynotid-widget .widget-header, #ynotid-widget .widget-footer {
    font: bold 30px/66px 'Roboto Condensed', sans-serif;
    color: #d7cbcd;
    height: auto;
    text-align: center;
}
#ynotid-widget .widget-body {
    font: bold 30px/66px 'Roboto Condensed', sans-serif;
    color: #d7cbcd;
    height: auto;
    padding-top: 50px;
    text-align: center;
    height: 218px; /* 400 - .widget-header height - .widget-footer height */
}
#ynotid-widget .widget-header {
    background: #31414e;
}
#ynotid-widget .widget-footer {
    background: #020202;
}
#ynotid-widget .widget-footer a {
    color: #6392fc;
}
