html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display: block; }
body{ line-height: 1; }
ol, ul{ list-style: none; }
blockquote, q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }
table{ border-collapse: collapse; border-spacing: 0; }

@font-face {
    font-family: 'PolyRegular';
    src: url('Poly-Regular-webfont.eot');
    src: url('Poly-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Poly-Regular-webfont.woff') format('woff'),
         url('Poly-Regular-webfont.ttf') format('truetype'),
         url('Poly-Regular-webfont.svg#PolyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{ background: url("/img/bg.jpg") 50% 50%; background-attachment: fixed; }

#outerWrap{ position: fixed; width: 1px; height: 1px; top: 50%; left: 50%; z-index: 100; }
#innerWrap{ position: absolute; width: 400px; height: 390px; top: -195px; left: -200px; z-index: 200;
            font-family: PolyRegular; color: #ffffff; text-align: center; }

.fix{ font-family: Garamond; font-size: 21px; }

h1,
h2{ font-size: 42px; line-height: 48px; margin: 0px 0px 7px 0px; }
p{ font-size: 20px; line-height: 30px; }
a,p{ color: #cccac5; text-decoration: none; }
a:hover{ text-decoration: underline; color: #ffffff; }

