
@font-face {
    font-family: 'BrothersRoman';
    src: url('fonts/brothers/brothers.eot');
    src: url('fonts/brothers/brothers.eot') format('embedded-opentype'),
         url('fonts/brothers/brothers.woff') format('woff'),
         url('fonts/brothers/brothers.ttf') format('truetype'),
         url('fonts/brothers/brothers.svg#BrothersRoman') format('svg');
}


body{font-family:'BrothersRoman';background-image:url(img/bg.jpg);background-repeat:repeat-y;background-size:cover;background-color:#F0D9A9}