﻿@font-face {
  font-family: 'Harabara';
  src: url('fonts/Harabara.eot?#') format('eot'),
  	   url('fonts/Harabara.woff') format('woff'),
       url('fonts/Harabara.svg') format('svg'),
       url('fonts/Harabara.ttf') format('truetype');
}
body {
	background: url('img/bg.jpg') no-repeat fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.jpg', sizingMethod='scale')";
	font-family:Harabara;
	line-height:1.8;
}
.mydesign {
	position:absolute;
	right:50%;
	bottom:20%;
	margin-right:-164px;
	margin-top:-27px;
	font-size:50px;
	text-align:center;
	text-shadow:1px 1px 1px #889098;
	color:#333;
	cursor:default;
}
.mydesign k {
	font-size:15px;
	font-weight:bold;
	font-family:Tahoma;
}
.mydesign d {
	font-family:Tahoma;
	font-size:11px;
	line-height:1;
	color:#018fae;
	text-shadow:0 0 7px #000;
}