body {
    background:none;
}

.premium-bg {
    z-index: 0;
    height: 135px;
	position: fixed;
    top: 0px;
    width: 100%;
    max-width: 1600px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media screen and (device-width: 600px) {
    body {
        /*background: url(/media/images/branding/ufa_1600.png) no-repeat fixed center top !important;
        margin-top: 200px;*/
    }
}

@media screen and (min-width: 1200px) {
    body {
        background: url(/media/images/branding/ufa_bg.png) no-repeat fixed center top !important;
    }
	/*.premium-bg {
        background: url(/media/images/branding/ufa_1600.png) no-repeat fixed center top !important;
		width: 1200px;
		height: 150px;
	}*/
	.header-bg {
		max-width: 1200px;
		margin: 0 auto;
		z-index: 100;
		position: relative;
	}
	.header-branding {
	    height: 135px;
	    display: block;
	    /*background: url(/media/images/branding/ufa_1600.png) no-repeat center top !important;*/
	}	
}

@media(min-width: 1600px) {
    body {
        background: url(/media/images/branding/ufa_bg.png) no-repeat fixed center top;
        
    }
    .premium-bg {
        background: url(/media/images/branding/ufa_1600.png) no-repeat center top !important;
        height: 750px;
        width: 1600px;
    }
}

.favorite.offer a:link, .favorite.offer a:hover {
    text-decoration: none !important;
    color: #114496 !important;
}


#wrapper {
    background: #fff;
}