/* linkbox */
#linkbox { 
	
	background: #E8F3F7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
