@font-face {
    font-family: 'DIN';
    src: url('../fonts/din.ttf');
    
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html,
body {
	position: relative;
	height: 100%;
	font-family: 'DIN';
}

body {
	background: #01123e;
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	color: #fff;
}
li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.menu-bar {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 50%;
	margin-left: -600px;
}

.menu {
	float: right;
}

.footer .menu {
	float: right;
	height: 40px;
}
.footer .menu li{display: none ;}
