/* HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure, time, canvas, details, figcaption, hgroup, menu, summary {
	display: block;
}
/* ---------------------------------------------- Fonts ------------------------------------------------- */

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

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

}

/*     'PopplLaudatioBold'     'PopplLaudatioRegular'    'PopplLaudatioRoman'   'BertholdScriptMedium'   'BertholdScriptRegular'  'FrutigerNormalRegular'    */

/*    dk yellow - e4e879   lt yellow - ededbb    cream - f4f1ec  teal - 99e0df      */

/* --------------------------------------------- Global ------------------------------------------------- */
*{
    margin:0;
    padding:0;
}

body { font-family:'BertholdScriptRegular'; font-size: 1em; margin:0px; background-color:#FFF;
background-image:url(../images/background-stripe_2.png);
	background-attachment:		fixed; width:100%;
}
img {margin:auto;}
a {	color:#fff; text-decoration:none;	}

img { border:0px;	}
#container {width:600px; margin:auto;}
h1 { font-size:5.5em; font-family:'odstemplikRegular'; color:#000; width:auto; margin:300px 0 0 0; auto; color:#99e0df; text-align:center; }






/*d9e021
24bebc
90d4d5
e7567d*/



