﻿ @font-face { font-family: BodoniStd; src: url('fonts/BodoniStd-Book.otf'); } 
 @font-face { font-family: BodoniStd; font-style:italic; src: url('fonts/BodoniStd-BookItalic.otf'); }
 @font-face { font-family: BrandonGrotesque; font-weight:bold; src: url('fonts/Brandon_bld.otf'); }
 @font-face { font-family: BrandonGrotesque; src: url('fonts/Brandon_reg.otf'); }
 @font-face { font-family: ProximaNova; font-weight:bold; src: url('fonts/ProximaNova-Bold.otf'); } 
 @font-face { font-family: ProximaNova; src: url('fonts/ProximaNova-Regular.otf'); } 
 @font-face { font-family: YanoneKaffeesatz; src: url('fonts/YanoneKaffeesatz-ExtraLight.otf'); } 
 @font-face { font-family: YanoneKaffeesatz; font-weight:lighter; src: url('fonts/YanoneKaffeesatz-ExtraLight.otf'); } 
 @font-face { font-family: YanoneKaffeesatz; font-weight:bold; src: url('fonts/YanoneKaffeesatz-Regular.otf'); } 
 


*
{
    font-family:YanoneKaffeesatz;
    font-size: 16px;
}

html, body {height: 100%;}

html {
    margin-top:60px!important;
    padding: 0!important;
    background-image: url("Images/background-faded.png"), linear-gradient(to right, #F1F1F1, #E1E1E1)!important;
    background-repeat: no-repeat!important;
    background-position: top center!important;
}
