#links {
	width: 600px;
	margin: 0 auto;
	background-color: #0c0;
}
#links > div {
	width: 280px;
	height: 180px;
	margin: 0 5px; 
	float: left;
}
.nofloat {
	float: none;
}
.link {
	background-color: #D7C5AE; 
}
