/*Deutsch Gothic*/
@font-face {
	font-family: 'Deutsch Gothic';
	font-style: normal;
	font-weight: normal;
	src: local('Deutsch Gothic'),
	url(/css/fonts/deutsch_gothic.ttf);
}

@font-face {
	font-family: 'Fortuna Gothic FlorishC';
	font-style: normal;
	font-weight: normal;
	src: local('Fortuna Gothic FlorishC'),
	url(/css/fonts/fortuna_gothic_florishc.ttf);
}

@font-face {
	font-family: 'Verona Gothic';
	font-style: normal;
	font-weight: normal;
	src: local('Verona Gothic'),
	url(/css/fonts/verona_gothic.ttf);
}
@font-face {
	font-family: 'Izhitsa';
	font-style: normal;
	font-weight: normal;
	src: local('Izhitsa'),
	url('/css/fonts/izhitsa_regular.woff') format('woff'),
	url(/css/fonts/izhitsa_regular.ttf) format('ttf'),
	url('/css/fonts/izhitsa_regular.eot') format('eot');
}

body{
    margin: 0;  
}