html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	height: 100%;
}
body, p, li, td, a, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 10pt;
	line-height: 13pt;
}
a {
	color: #00aeef;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.main {
	position: absolute;
	height: 200px;	
	top: 50%;
	margin-top: -100px;
	width: 100%;
}
span.left,
span.right {
	width: 50%;
	min-height: 50px;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	_height: 50px;
	
}
span.left {
	text-align: right;
}
span.left img {
	margin: 0px 20px 0px 0px;
	width: 160px;
	height: 160px;
}
span.right {
	padding-left: 20px;
	width: 40%;
	vertcal-align: middle;
}
div.fn,
div.country-name,
div.geo,
a.tel span.type,
div.tel span.type {
	display: none;
}
a.tel,
a.email {
	display: block;
}
a.email,
div.adr {
	margin-top: 10pt;
}