.chess {
	float : right;
	width : 170px;
	height : 200px;
	background : url("../images/about/chess.png") no-repeat center center;
}

ul.arrow_lessthan li {
	float : left;
	width : 200px;
}

.promisepod {
	-moz-border-radius-topleft : 15px;
	-webkit-border-top-left-radius : 15px;
	-moz-border-radius-topright : 15px;
	-webkit-border-top-right-radius : 15px;
	-moz-border-radius-bottomleft : 15px;
	-webkit-border-bottom-left-radius : 15px;
	-moz-border-radius-bottomright : 15px;
	-webkit-border-bottom-right-radius : 15px;
	border : 1px solid #acacac;
	background : url("../images/about/fade_downup.png") repeat-x top left;
	margin : 10px 0;
}

.promisepod .secure {
	float : left;
	margin : 15px 0;
	width : 215px;
	height : 90px;
	background : url("../images/about/promise_secure.png") no-repeat center;
	text-indent : -9999em;
}

.promisepod .support {
	float : left;
	margin : 15px 0;
	width : 215px;
	height : 90px;
	background : url("../images/about/promise_support.png") no-repeat center;
	border-left : 1px solid #acacac;
	border-right : 1px solid #acacac;
	text-indent : -9999em;
}

.promisepod .uptime {
	float : left;
	margin : 15px 0;
	width : 215px;
	height : 90px;
	background : url("../images/about/promise_uptime.png") no-repeat center;
	text-indent : -9999em;
}