﻿@media(min-width: 768px)
{
    /*body {
        background: white url(/globalassets/sitebackgrounds/bg_EN.png) no-repeat center center fixed;
    }*/
}

@media(max-width: 768px)
{
    body{background-color:#FFF;}

}