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

}

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

}



html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, Times, 'Times New Roman';
}

#mainContainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 100%; 
}

#schemeContainer {
	position: absolute;
	right: 0px;
	top: 100px;
	width: 563px;
	height: 484px;
}

#pulse {
	position: absolute;
	z-index: 10;
	top: -7px;
	left: 199px;
	display:none;
}

#scheme {
	position: absolute;
	z-index: 11;
}

#textContainer {
	font-family: tirana_ot_regularregular;
	font-size: 16px;
	width: 355px;
	padding-top: 80px;
}

#textContainer > div {
	display: none;
}

#yap {
	display: block;
}

h1 {
	font-family: tirana_ot_boldbold;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

a {
	color: #2197cc;
}

#footer {
	position: absolute;
	bottom: 0px;
	font-family: tirana_ot_regularregular;
	font-size: 12px;
	padding-bottom: 10px;
}