#virtual {
	background: url(/img/virtual_server.png) no-repeat;
	margin-left: 290px;
}
#physical {
	background: url(/img/physical_server.png) no-repeat;
	float: left;
}
a.selection {
	text-decoration: none;
	width: 280px; 
	height: 267px;
	display: block;
}
.selection h3 {
	text-indent: -10000px;
	border: 0;
	height: 62px;
}
.selection ul.list {
	margin: 4px 0 0 50px;
}
.selection ul.list li {
	margin: 0 10px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	list-style-image: url(/img/checkmark.gif);
}
.selection p {
	margin: 0 20px;
	color: #fff;
	font-size: 14px;
	text-align: left;
}