@font-face {
    font-family: 'klavika_ch_mediumregular';
    src: url('../fonts/klavikach-medium-webfont.html');
    src: url('../fonts/klavikach-medium-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/klavikach-medium-webfont-2.html') format('woff'),
         url('../fonts/klavikach-medium-webfont-3.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klavika_ch_lightregular';
    src: url('../fonts/klavikach-light-webfont.html');
    src: url('../fonts/klavikach-light-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/klavikach-light-webfont-2.html') format('woff'),
         url('../fonts/klavikach-light-webfont-3.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klavika_ch_regularregular';
    src: url('../fonts/klavikach-regular-webfont.html');
    src: url('../fonts/klavikach-regular-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/klavikach-regular-webfont-2.html') format('woff'),
         url('../fonts/klavikach-regular-webfont-3.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html {
		background-color: #373a3f;
		}


body {
	color: #fff;
	margin: 0;
	font-family: klavika_ch_lightregular, Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div._body {
	height: auto;
	position: relative;
}
td._menu{
	position: relative;
}
div._menu{
	position: absolute;
	right: 0;
	bottom: 0;
}
div._seperator{
	background-color: #f47920;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
