@font-face {
	font-family: az-font;
	src: url(/style/fonts/az-font.ttf) format('truetype'), url(/style/fonts/az-font.woff) format('woff');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: az-font_m; 
	src: url(/style/fonts/az-font_m.ttf) format('truetype');
	font-style: normal;
	font-weight: normal;
}


/*** BODY *******************************************/

html
{
	background-color: rgb(15, 14, 12);
}


body
{
	-webkit-text-size-adjust	: 100%;
	-moz-text-size-adjust		: 100%;
	-ms-text-size-adjust		: 100%;
	text-size-adjust		: 100%;

	margin		: 0;
	padding		: 0;
	font		: 17px az-font, arial, sans-serif;
	color		: #1f151f;
	text-shadow	: 1px 1px 1px rgba(255,255,255,0.7);
	text-align	: justify;
	letter-spacing	: 0.05em;
	background	: rgb(15, 14, 12) url('/style/fon_body.jpg') center top no-repeat fixed;
	background-size	: cover;
	word-wrap	: break-word;
}


a:link, a:hover, a:visited {
	color		: #fff;
	text-decoration	: none;
}


a:hover {
	color		: #e9effb;
}
