div#inner_wrapper {
	background: #D15C62 url(../images/how_we_do_it/background.jpg) no-repeat;
}

div#main {
	padding-top: 42px;
}

div#content {
	width: 646px;
	padding-top: 88px;
	padding-left: 30px;
}

ul#floating {
	padding-top: 7px;
	padding-left:4px;
}

ul#floating li {
	height: 30px;
	width: 369px;
}

ul#floating a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/how_we_do_it/floating.jpg);
	background-repeat: no-repeat;
}

ul#floating span { display: none; }

li#calculator a {
	background-position: 0 0;

}

li#calculator a:hover {
	background-position: 0 -60px;
}

li#are_you a {
	background-position: 0 -30px;
}

li#are_you a:hover {
	background-position: 0 -90px;
}
