@charset "utf-8";
#canvass {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 420px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#h-left {
	float: left;
	height: auto;
	width: 302px;
	overflow: hidden;
	background-image: url(images/profit.png);
	background-repeat: no-repeat;
	padding-top: 63px;
	padding-left: 45px;
}
* html #h-left {
	background-image: url(images/profit.gif);
}