@font-face {
	font-family: 'DIN-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('DIN-Regular'), url('../Fonts/dinRegular.woff') format('woff');
}

body {
	padding:0px;
	margin:0px;
	overflow:hidden;
	font-family: 'DIN-Regular';
	font-weight: normal;
	font-size: 14px;
	clear: both;
}