		body {
			margin:0;
			padding:0px;
			background: url('images/pageBg.jpg') repeat-x scroll #052e5c;
			font: 14px Verdana;
			color: #000;
		}
		header, footer, nav, article {
			display:block;
			margin:0;
			padding:0;
		}
		a:link, a:visited {
			color:#444;
		}
		a:hover {
			color:#666;
			text-decoration: none;
		}
		.b {
			font-weight:bold;
		}
		#pageHeader {
			background: url('images/LeftTopTile.png') repeat-x scroll transparent;
			height:289px;
			position:relative;
		}
		#bars {
			background: url('images/header.png') repeat-x scroll transparent;
			height:289px;
			width: 1000px;
			margin:0 auto;
		}
		.lang {
			overflow:hidden;
			position:relative;
			margin: 0 0 0 692px;
		}
		.lang a {
			background: url("images/ButLang.png") no-repeat scroll 0 -3px transparent;
			display: block;
			float: left;
			height: 50px;
			overflow: hidden;
			text-indent: -1000px;
			width: 145px;
		}
		.lang .en-link {
			background-position: -145px -3px; 
		}
		.lang a.active {
			background-position: 0 -112px;
		}
		.lang a:hover {
			background-position: 0 -56px;
		}
		.lang .en-link.active {
			background-position: -145px -112px; 
		}
		.lang .en-link:hover {
			background-position: -145px -56px; 
		}
		.mainNav {
			margin: 58px 0 0 350px;
		}
		.mainNav a {
			background: url("images/ButMenu.png") no-repeat scroll 0 0px transparent;
			display: block;
			float: left;
			height: 112px;
			overflow: hidden;
			text-indent: -1000px;
			width: 205px;
		}
		.mainNav a.contact-link {
			background-position: -204px 0px;
		}
		.mainNav a.forum-link {
			background-position: -412px 0px;
		}
		.mainNav a.active {
			background-position: 0px -223px;
		}
		.mainNav a.contact-link.active {
			background-position: -204px -223px;
		}
		.mainNav a.forum-link.active {
			background-position: -412px -223px;
		}
		.mainNav a:hover {
			background-position: 0px -111px;
		}
		.mainNav a.contact-link:hover {
			background-position: -204px -111px;
		}
		.mainNav a.forum-link:hover {
			background-position: -412px -111px;
		}
		/* SOCIAL */
		.socialNav {
			margin: 10px 0 0 811px;
			overflow: hidden;
			position: relative;
		}
		.socialNav a {
			display:block;
			width:25px;
			height:25px;
			overflow:hidden;
			float:left;
			text-indent:999px;
			background: url('images/social_sprite.png') 0 -25px no-repeat scroll transparent;
		}
		.socialNav a.twitter {
			background-position: -51px -26px;
		}
		.socialNav a.twitter:hover {
			background-position: -51px 0px;
		}
		
		.socialNav a.vk {
			background-position: 0 -26px;
		}
		.socialNav a.vk:hover {
			background-position: 0 0px;
		}
		.socialNav a.facebook {
			display:none;
		}
		
		/* FOOTER */
		#pageFooter {
			background: url('images/LeftBotTile.png') repeat-x scroll transparent;
			height:80px;
		}
		#page {
			overflow:hidden;
		}
		#content {
			width:900px;
			padding: 0 50px;
			margin:0 auto;
			background: url('images/ContMid.png') repeat-y scroll transparent;
			overflow:auto;
			font: 14px Tahoma;
		}
		.card {
			width:50%;
			float:left;
			margin: 0 0 20px;
		}
		.card img {
			width:100px;
			height:100px;
			float:left;
			padding-right:20px;
		}
		#copyrights {
			background: url('images/bottom.png') repeat-y scroll transparent;
			width:1000px;
			margin:0 auto;
			color:#FFF;
			font: 12px Verdana, san-serif;
			text-align: center;
			padding: 16px 0 0;
			height:64px;
		}
		#screensWrapper {
			width:900px;
			overflow:hidden;
			margin:20px auto;
			height: 100px;
		}
		.screen {
			float: left;
			width:100px;
			height:100px;
			margin:0 25px;
		}