* {
    padding: 0; margin: 0;
	font-family:Tahoma, Verdana;
	font-size:1em;
}

html, body {
    height: 100%;    
}
#container {
    min-height: 100%;
    background-color: #fff;
    width: 70%;
    margin: 0 auto;
}
#logoh {
	margin-top:100px;
	width:88px;
	height:83px;
	background: url(/imgs/logo-t.gif) center center no-repeat;
	float:left;
	margin-right:20px;
}
/*
#logoh {
	width:500px;
	height:500px;
	background: url(/imgs/logo-h.png) left top no-repeat;
	float:left;
	margin-right:20px;
}
*/


#t {
	margin-left:200px;
	padding-top:200px;
}
#contact {
	width:200px;
	height:50px;
	margin-top:50px;
	float:right;
	background:url(/imgs/contact.gif) left top no-repeat;
}
#counters {
	clear:both;
	text-align:left;
}
