@font-face {
    font-family: 'Lobster13Regular';
    src: url('fonts/Lobster_1.3-webfont.eot');
    src: url('fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { font-family: Lobster13Regular; background: #8f1830 url(../images/bg.png) 46% 0 no-repeat; }

div { width: 380px; margin: 0 auto; position: relative; }

p { color: #fff; text-align: center; text-shadow: rgba(0,0,0,0.5) 0 2px 0; }

div.greetings { margin-top: 400px; }
 div.greetings p { font-size: 34px; line-height: 40px; }
  div.greetings p span { display: block; color: #f5f6cc; font-size: 0.5em; }
  div.greetings p b { color: #f5f6cc; font-weight: normal; }

div.offer { margin-top: 330px; }
 div.offer p { color: #fff; font-size: 28px; text-align: center; }
 div.offer p:first-child:before { margin: 0 15px 0 0; content: ""; width: 25px; height: 23px; display: inline-block; background: url(../images/star.png) no-repeat; }
 div.offer small { font-size: 0.5em; font-family: Helvetica Neue,Arial,sans-serif; }
 div.offer b { display: block; color: #e4e418; }
