div.header {
    position: relative;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;

    color: #000060;
}

div.header h1 {
    font-size: 150%;
    padding: 13px;
}

div.header img.iepsas {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding: 5px;
}

