@media screen, projection {
	.BeNiceToMacIE5 {
		font-family:"\"}\"";
		font-family:inherit;
	}
	
	html, body, #wrapper, wrapper2 {
		margin:0;
		padding:0;
		width:100%;
		height:100%;
		min-height:100%;
	}
	
	html>body, html>body #wrapper, html>body #wrapper2 {
		height:auto;
	}

	div#wrapper {
		position:absolute;
		top:0;
		left:0;
		background:#FFF;
	}

	#header {
		position:relative;
		z-index:500;
		width:100%;
		height:136px;
		background:#fff url('logo.jpg') no-repeat center top;
	}

	#content {
		padding:50px 10px 10px 10px;
		text-align:center;
	}

	#content a img {
		border:0;
	}
	
	.clear {
		clear:both;
		margin:0;
		padding:0;
	}

	#footer {
		clear:both;
		bottom:0;
		left:0;
		width:100%;
		height:87px;
		background:#FFF url('footer.jpg') no-repeat center top;
		overflow:hidden;
	}
	
	#footerContent {
		padding:10px;
	}
	
	#footerContent h5 {
		margin:0;
		padding:5px 0;
	}
	
	#footerContent p {
		padding:5px 0;
		margin:0;
	}

	#main {
		margin:0;
		padding:0;
	}

	/* \*/
	
	* html #footer {
		position:absolute;
	}
	
	* html #main {
		padding-bottom:100px;
	}
	
	/* \*/
	
	head:first-child+body div#footer {
		position:absolute;
		z-index:0;
	}
	
	head:first-child+body div#main {
		padding-bottom:100px;
	}

}

@media all and (min-width:0px) {
	head~body {
		height:100%;
	}
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-family:Tahoma;
}
