﻿@charset "UTF-8";
/* fonts */
@font-face {
    font-family: 'MuseoSansRounded1000';
    src: url('/incs/fonts/exljbris_-_museosansrounded-1000-webfont.eot');
    src: url('/incs/fonts/exljbris_-_museosansrounded-1000-webfont.eot?#iefix') format('embedded-opentype'),
         url('/incs/fonts/exljbris_-_museosansrounded-1000-webfont.svg#MuseoSansRounded1000') format('svg'),
         url('/incs/fonts/exljbris_-_museosansrounded-1000-webfont.woff') format('woff'),
         url('/incs/fonts/exljbris_-_museosansrounded-1000-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'VinylOTRegular';
    src: url('/incs/fonts/t-26_-_vinylot-regular-webfont.eot');
    src: url('/incs/fonts/t-26_-_vinylot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/incs/fonts/t-26_-_vinylot-regular-webfont.svg#VinylOTRegular') format('svg'),
         url('/incs/fonts/t-26_-_vinylot-regular-webfont.woff') format('woff'),
         url('/incs/fonts/t-26_-_vinylot-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TisaOT';
    src: url('/incs/fonts/tisaot.eot');
    src: url('/incs/fonts/tisaot.eot?#iefix') format('embedded-opentype'),
         url('/incs/fonts/tisaot.svg#tisaot') format('svg'),
         url('/incs/fonts/tisaot.woff') format('woff'),
         url('/incs/fonts/tisaot.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
ol, ul {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  list-style: none outside none;
}
li {
	margin:0;padding:0;border:0;outline:0;
}
a {
	color:#3399FF;
}
h1, h2, h3 {
  font-family:'MuseoSansRounded1000', Impact, "Arial Bold", sans-serif;
  margin:0px;
  font-style:normal;
  font-weight:normal;
  margin-bottom:10px;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
}
p {
	line-height:1.3;
	margin:0px;
	margin-bottom:12px;
}
.lead-paragraph {
	line-height:1.2;
  font-size: 16px;
  font-weight: bold;
}
#content {
  background: transparent;
  width: 622px;
  padding-top: 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
.article {
}
.header {
  position: relative;
}
.header h1 {
  background: url(/im/te_txt.png) 0 0 no-repeat;
  width: 252px;
  height: 102px;
  text-indent: -2000em;
}
.header h2 {
  background: url(/im/etsgb_txt_img.png) 0 0 no-repeat;
  width: 386px;
  height: 84px;
  text-indent: -2000em;
  position: absolute;
  top: 26px;
  right: 0px;
}
.salami-game {
  width: 600px;
  height: 420px;
  margin: 20px auto 0;
  background: transparent;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.6);
     -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.6);
      -ms-box-shadow: 0 4px 8px rgba(0,0,0,0.6);
       -o-box-shadow: 0 4px 8px rgba(0,0,0,0.6);
          box-shadow: 0 4px 8px rgba(0,0,0,0.6);
}
.salami-game + p {
  background: url(/im/ow_txt_v2.png) 0 0 no-repeat;
  width: 540px;
  height: 108px;
  margin: 20px auto 0;
  text-indent: -2000em;
}
.salami-game + p + p {
  position: absolute;
  left: -9999em;
  width: 1px;
  height: 1px;
  top: auto;
  overflow: hidden;
}
.footer {
  background: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}