﻿@font-face{
    font-family: "UTILITY-webfont";
    src: url('./UTILITY-webfont.woff') format('woff'), 
         url('./UTILITY-webfont.ttf') format('truetype')
	}
#banner{
	margin: 0 auto;
	padding:0px;
	width:767px;
	}
#menu_bar{
	height:80px;
	margin: 0 auto;
	width:900px;
	background-color:;
}
@font-face{
    font-family: "UTILITY-webfont";
    src: url('./UTILITY-webfont.woff') format('woff'), 
         url('./UTILITY-webfont.ttf') format('truetype')
}
#menu_bar ul{
    height: 80px;
    margin: 0px;
    padding: 0px;
    list-style: none;   
}
#menu_bar ul li{
    padding: 0px;
}    
#menu_bar ul li a{
    text-decoration: none;
    float: left;
     margin-right: 10px;
     color: #ffffff;
     font-size: 60px;
     font-family:'UTILITY-webfont';
     text-align: center;
     box-sizing: content-box;
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     padding: 7px 7px 7px 7px;   
     width: 200px;
     height: 65px;
     background: rgba(0, 0, 0, 0.74);
}
#menu_bar ul li a:hover{
    background: #2c900f;
    -webkit-box-shadow: 0px 0px 20px #000000;
    -moz-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
    -webkit-text-shadow: 1px 1px 5px #000000;
    -moz-text-shadow: 1px 1px 5px #000000;
    text-shadow: 1px 1px 5px #000000;
}
#content_mid{
    font-family: Arial, sans-serif;
    font-size: 30px;
    margin: 0 auto;
	height:570px;
	width: 900px;
	background-color: #777777;
	box-shadow: 0px 0px 50px 15px black;
	}
.button_wrapper{
	padding:20px;
	float:left;
}
.lang_button{
	font-family: Arial, sans-serif;
    font-size: 30px;
	box-shadow:inset 0px 0px 20px 5px gray;
	border-radius:25px;
	padding:10px;
	padding-top: 25px;
	float:left;
	width:390px;
	background-color: white;
	}
.lang_button:hover{
	background-color: blue;
	box-shadow:inset 0px 0px 0px 0px gray;
	}
.flagg{
	border:8px solid grey;
	box-shadow: 0px 0px 20px 5px gray;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

a, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration:none;
	}	
body {
	padding:0px;
	margin:0px;
	}