html * { font-size: 100.01%; }

body {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 75.00%; 
  background: transparent url(../images/site_bg.png) repeat top left;
  color: #626262;
}

a,
a:link,
a:hover,
a:visited { color:#ED7D1E; }

address { font-style:normal; margin:0 0 2px 0; }

.businessCard {
	margin: 20px auto 0 auto;
	width: 930px;
	height: 440px;
	position:relative;
	background: transparent url(../images/bc_bg.png) no-repeat top center;
}

	.businessCard h1 { position:absolute; bottom:90px; left:90px; =left:95px; background: transparent url(../images/logo_big.png) no-repeat top center; width:224px; height:160px; }
		.businessCard h1 span { display:none; }
	
	.businessCard h2 { position: absolute; top: 90px; left: 110px; font-size: 1.3em; }
	
	.businessCard div { position:absolute; bottom:110px; font-size:1.1em; z-index:2; }
	.businessCard div.firstBlock { left:338px; width:285px; }
	.businessCard div.secondBlock { left:675px; width:200px; }
	
	
	.businessCard .fn.org { font-weight:bold; font-size: 95%; display: block; margin-bottom: 13px; }
	.businessCard .type { display:none; }
	.businessCard div.firstBlock .value { float:right; margin-right:30px; }  
	
	.businessCard .email_wrapper { display:block; margin: 0 0 2px; }
	
	.businessCard div.visual { width:250px; height:250px; right:20px; z-index:1; background: transparent url(../images/grenade_small.png) no-repeat top center; }
