@font-face {
    font-family: 'Bulo-Light';
    src: url('bulo_light.otf') format('opentype'), url('bulo_light.woff') format('woff');
}

#content {
    margin: 0 auto;
    width: 800px;
    height: 500px;
    background: center/contain no-repeat url('placeholder.png');
}
#content > h1 {
    font: 20px Bulo-Light;
    text-align: center;
    color: #434B4D;
    padding-top: 40px;
}