@charset "utf-8";
/* CSS Document */

#home h1 {
	background:url('/images/logo.png')
	no-repeat
	top
	left;
	position:absolute;
	bottom:27px;
	right:27px;
	z-index:1000;
	margin:0;
	padding-top:141px;
	overflow:hidden;
	width:13px;
	height: 0px !important; /* for most browsers */
    height /**/:141px; /* for IE5.5's bad box model */
	font-size:11px;
}

