﻿/*body
{
    background: #fff;
}*/
.siteWrapper {
    /*margin-top: -43px;*/
    background: url("//bilder.bladkongen.no/design-bilder/themes/xmas/bg.png") repeat-y left 20px transparent;
    /*-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;*/
}

.siteHeader {
    margin-top: 10px !important;
}

.siteContainer {
    padding-top: 30px;
}

.xmasTop, .xmasBottom {
    position: absolute;
    background: url("//bilder.bladkongen.no/design-bilder/themes/xmas/top.png") no-repeat center top #eef8ff;
    height: 40px;
    width: 100%;
    z-index: 10;
}

.xmasBottom {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    margin-top: -15px;
}
