@charset "windows-1251";
/* CSS Document */
html {
	height:100%;
}
body {
	height: auto;
	height: 100%;
	min-height: 100%;
	color: #2c2f3b;
	font-family: Arial;
	font-size: 14px;
	background: #d6f1ff url(/img/bg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	width: 760px;
	height: 100%;
	background: #c0d8e5 url(/img/title_bg.jpg) top repeat-x;
	margin: 0 auto;
	text-align: center;
}
#centerblock {
	width: 340px;
	height: 100%;
	background: #acc2ce url(/img/title_bg_center.jpg) top repeat-x;
	display: table;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle; 
}
#bottom-bg {
	width: 100%;
	height: 51%;
	background: url(/img/title_bg.png);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#main {
	border-collapse: collapse;
	border-spacing: 0;
	display: table-cell;
	margin: 0 auto;
	position: relative;
	vertical-align: middle;
	z-index: 200;
}
  #main-table {
	  width: 100%;
	  border-collapse: collapse;
	  border-spacing: 0;
  }
	#iron-piece {
		height: 287px;
		background: url(/img/title_logo.gif) center no-repeat;
		padding: 0;
		vertical-align: top;
	}
	  #logo {
		  padding: 20px 0 10px 0;
		  text-align: center;
	  }
		#logo img {
			width: 260px;
			height: 158px;
			border: 0;
		}
	  #flags {
		  border-collapse: collapse;
		  border-spacing: 0;
		  margin: 0 auto;
	  }	
		#flags td {
			padding: 5px 8px;
			text-align: center;
			vertical-align: middle;
		}				
		#flags img {
			border: 0;
		}				
	#counters {
		padding: 25px 0 0 0;
		text-align: center;
	}
	  #counters table {
		  border-collapse: collapse;
		  border-spacing: 0;
		  margin: 0 auto;
	  }	
		#counters td {
			padding: 2px 4px;
			text-align: center;
			vertical-align: middle;
		}		
