@charset "utf-8";
/* CSS Document */

body{
	background-image: url(bg3.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	background-attachment: fixed;
	background-color:#fff;
	}

#container{
	width: 1900px;
	height: 950px;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	
	display:flex;
    justify-content:space-between;
}

#left-banner{
	
	width: 200px;
	height: 950px;
	float: left;
}

#menu {
	width: 200px;
	height: 950px;
	float: left;
	margin-top: 120px;
}

#ime{
	width:180px;
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 8.2pt;
	font-weight: bold;
	text-align: center;
	float: left;
	margin:  4px;
}

#content {
		width: 1700px;
		height: 950px;
		padding-left: 20px;
		float: right;
		color: #333;
}

#lang {
	width:90px;
	float: left;
	margin-bottom: 2px;
}
