/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2.1.2016, 12:26:22
    Author     : Jan
*/

html {
  /*background: url(/img/eb444_logo.jpg);*/
  background: url(/img/back_eb444new.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0px 50px ;
  /*background-repeat:no-repeat;*/
}