  html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: Arial;
  font-size: 100%;
  height: 100%;
}

a {
  color: #e21a1a;
}

body {
  background-image: url("./bg-tile.png");
  font: inherit;
}

.page {
  position: relative;
  min-width: 780px;
  min-height: 100%;
}

.page [rel="main"] {
  padding-bottom: 54px;
}

.page-header {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  height: 78px;
  background-color: #FFFFFF;
  margin: 0;
  position: relative;
  width: 100%;
}

.page-header-inner {
  margin: 0 auto;
  position: relative;
  heigth: 100%;
  width: 728px;
}

.page-logo {
  background-image: url("./logo.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 29px;
  position: absolute;
  top: 27px;
  width: 103px;
}

.page-content {
  clear: both;
  padding-bottom: 54px;
}

.page-content-inner {
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative;
  width: 780px;
  z-index: 1;
}

.page-content:after {
  content: "\0020";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.page-canvas {
  background-image: url("./z_canvas.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 780px;
  height: 462px;
  left: 0px;
  position: relative;
  top: 0px;
}

.pic_fin {
  background-image: url("./z_fin.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 54px;
  width: 54px;
  position: absolute;
  top: 110px;
  left: 70px;
}

.pic_lock {
  background-image: url("./z_lock.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 54px;
  width: 54px;
  position: absolute;
  top: 110px;
  left: 70px;
}

.pic_block {
  background-image: url("./z_block.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 57px;
  width: 65px;
  position: absolute;
  top: 120px;
  left: 70px;
}

.page-footer {
  height: 56px;
  margin-top: -56px;
  min-width: 780px;
  position: relative;
}

.page-footer-inner {
  color: #4a4a4a;
  font-size: 8pt;
  height: 26px;
  padding-top: 10px;
  margin: 0 auto;
  width: 728px;
}

.stripe {
  background-image: url("./z_stripe.png");
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

@font-face {
	font-family: 'TTK55';
	src: url('./TTK55.eot');
	src: local('TTK Sans'), url('./TTK55.woff') format('woff'), url('./TTK55.ttf') format('truetype'), url('./TTK55.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TTK85';
	src: url('./TTK85.eot');
	src: local('TTK Sans'), url('./TTK85.woff') format('woff'), url('./TTK85.ttf') format('truetype'), url('./TTK85.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

.text-grey-bold {
  font-family: 'TTK55';
  font-size: 16pt;
  color: #4a4a4a;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: center;
}

.text-grey1 {
  font-family: 'TTK55';
  font-size: 16pt;
  color: #454e54;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: center;
}

.text-grey2 {
  font-family: 'TTK55';
  font-size: 14pt;
  color: #454e54;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: center;
}

.text-red {
  font-family: 'TTK55';
  font-size: 20pt;
  color: #e21a1a;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  position: relative;
  text-align: center;
}