.header {
    background: rgb(104, 104, 103);
    background: -moz-linear-gradient(top, rgb(104, 104, 103) 0%, rgb(40, 40, 40) 100%);
    background: -webkit-linear-gradient(top, rgb(104, 104, 103) 0%, rgb(40, 40, 40) 100%);
    background: linear-gradient(top, rgb(104, 104, 103) 0%, rgb(40, 40, 40) 100%);
    background: -ms-linear-gradient(top, rgb(104, 104, 103) 0%, rgb(40, 40, 40) 100%);
    border-top: 2px solid #B4B4B4;
    border-bottom: 1px solid #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    height: 100px;
}
.header span {
    margin: 0 3.1746%;
    position: absolute;
    bottom: 8px;
}
img {
    border: none;
    max-width: 100%;
}