body {
    background-color: #9A9A9A;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #C1C0C0;
    font-size: 12px;
	background: radial-gradient(circle, #1cbee5,#0a4f7a);
/*radial-gradient(#77d19e,#46c17b);*/
	width:100%;
	height:100%;
/*	position: fixed;*/
}



h1 {
	margin: 0;
	padding: 0;
	font-size: 22px; }

h2.title {
	margin: 0;
	padding: 0 0 0 28px;
	font-size: 20px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
}

table {
	margin: 0;
	padding: 0;
	width: 100%; }

ul, li { margin: 0; }

#page {
	margin: 0 auto;
	padding: 0;
	width: 800px; }

a {
	color: #000000;
}

#info {
	margin: 0 auto;
	padding: 15px 0;
	width: 723px;
	color: #000000;
	text-align: center;
	min-height: 84px; }

#offer {
	margin: 0 auto;
	padding: 0;
	width: 723px;
	font-size: 16px; }


.st0{
  fill:none;
  stroke:#183039;
  stroke-width:1;
  stroke-miterlimit:1;
  stroke-dasharray: 958;
  stroke-dashoffset: 958;
  animation: dash 3s 1 linear both,  filling 5s 1 linear both, heartbeat 2.3s infinite linear forwards;
  -webkit-animation:  dash 3s 1 linear both, filling 5s 1 linear both, heartbeat 2.3s infinite linear forwards;
  -webkit-animation-delay: 0s,0s ,5s;
  animation-delay: 0s, 0s, 5s;
}
@keyframes dash {
  
    to {
        stroke-dashoffset: 0;
      /*fill: #183039;*/
      
    }
}
@keyframes filling {
    40% {
        fill: none;
    }
    100% {
        fill: #183039;
    }
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}


@keyframes heartbeat {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1.05); }
    70% { transform: scale(1); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}
