.bgStyle
    {
        background-image: url('/static/images/base_top.png'); 
        background-attachment:fixed;
        background-position: top_center;
        background-repeat: no-repeat;
        height: 100px;
        padding: 10px 0 0 0; 
    }

card {background-color: beige;}

.top_image{
    float:right;  
}

.bar {
    font-size: 0.75em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
