@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/fon.jpg);
	background-repeat: repeat-x;
}
#container {
	margin: 0 auto;
	width: 1104px;
	background-color: #FFFFFF;
	overflow: hidden
}
* html #container {
  zoom: 1;
}
#header {
	clear: none;
	height: 96px;
	width: 1104px;
	background-color: #FFFFFF;
}
#logo {
	background-repeat: no-repeat;
	background-image: url(/templates/main/img/logo.png);
	height: 60px;
	width: 228px;
	left: 24px;
	position: relative;
	top: 12px;
}
#menucontainer {
	background-color: #E00333;
	height: 288px;
	width: 276px;
	float: left;
}
#mainpicture {
	background-image: url(/templates/main/img/mainpic.jpg);
	background-repeat: no-repeat;
	height: 288px;
	width: 552px;
	float: left;
}
#licensecontainer {
	background-color: #646464;
	height: 288px;
	width: 276px;
	float: left;
}
#licensecontainer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#leftcontainer {
	background-color: #F2F2F2;
	width: 276px;
	clear: left;
	float: left;
	margin-bottom: -30000px;
	padding-bottom: 30000px;
}
#middlecontainer {
	background-color: #FFFFFF;
	width: 552px;
	float: left;
	margin-bottom: -30000px;
	padding-bottom: 30000px;
}
#rightcontainer {
	background-color: #F2F2F2;
	width: 276px;
	float: left;
	clear: right;
	margin-bottom: -30000px;
	padding-bottom: 30000px;
}
#podval {
	background-color: #646464;
	width: 1104px;
	float: left;
}
#podval p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}