#homeAnim {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 74px;
	left: 0px;
}


#myCanvas {
	position:absolute;
}


#banner {
	position: absolute;
	top: 150px; /* 130px to top of banner + 80px/2 to center of banner - 40px/2 for half of image */
	left: 36px;
	width: 888px;
}
#banner div {
	position: absolute;
	left: -9999px;
}
#banner span {
	float: left;
	height: 40px;

	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}


#banner-1 {
	width: 450px;
	background: url(images/banner.png) no-repeat 0px 0px;
}
#banner-2 {
	width: 145px;
	background: url(images/banner.png) no-repeat -450px 0px;
}
#banner-3 {
	width: 120px;
	background: url(images/banner.png) no-repeat -595px 0px;
}
#banner-4 {
	width: 173px;
	background: url(images/banner.png) no-repeat -715px 0px;
}


#buttons {
	display: none;
	position: absolute;
	top: 150px;
	left: 40px;
	width: 920px;
	
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
#buttons div.big-button {
	position: relative;
	float: left;

	margin: 0 30px 0 0;
	width: 240px;
	height: 240px;
}
#buttons div.big-button a.learn-more {
	position: absolute;
	top: 196px;
	left: 20px;
	width: 123px;
	height: 27px;

	background: url(images/learn-more.png) no-repeat 0px 0px;
	color: #8b0f04;
}
#buttons div.big-button a.learn-more:hover {
	background: url(images/learn-more.png) no-repeat 0px -30px;
	color: #424242;
}

#button-1 {
	background: url(images/hs_services.png) no-repeat 15px 15px;
}
#button-2 {
	background: url(images/hs_3rb.png) no-repeat 15px 15px;
}