/*
Title: Document 1
Author: Lucian E. Marin
DPI: 96 *used to scale font sizes, widths and heights*
DPC: 37.81
Format: A4
Language: English (UK)
*/

body {
background: #e6e7e8 url(../images/signed.png) no-repeat top left fixed;
/*font-size: 16px;
line-height: 24px; /* font-size * 1.5 */
}

@font-face {
font-family: "Bitstream Vera Serif Bold";
src: url("http://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf");
}

/* {
padding: 0;
margin: 0;
border: none;
outline: 0;
}*/

h1, h2, h3, h4, h5 {
font-family: "Bitstream Vera Serif Bold", serif;
}

article {
background-color: #000;
border-color: #d8d9db;
border-style: solid;
border-width: 15px;
color:#fff;
width: 2480px; /* 794px */
height: 3508px; /* 1124px */
padding: 236px;
position: relative;
display: block;
margin: 20px auto;
}

header, footer {
background-color: #fff;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
display: block;
width: 190mm;
position: absolute; /* positioning hooks that should be handle by the browser */
left: 10mm;
color: #999;
border-top: #999 1px dotted;
border-bottom: #999 1px dotted;
}

header {
top: 10px;
}

footer {
bottom: 10px;
}

section {
display: block;
height: 1024px;
overflow: hidden;
}

p.style-1 {
font-family: Helvetica, Arial, sans-serif;
font-size:136px;
}