html {
	background-color: #FAFDFE;
}

body {
	color: #444444;
	font-size: 13px;
	line-height: 1.538em;
	margin: 0 auto;
	min-width: 780px;
	position: relative;
	font-family:"helvetica neue",tahoma, arial,helvetica,sans-serif;
}


#links {
	width: 680px;
}

.link-box {
	width: 180px;
	height: 160px;
	overflow: hidden;
/*
	border: 1px solid #b5dfef;
	border-top: 1px solid #d4ecf6;
	border-left: 1px solid #d4ecf6;
	/* background: #d4ecf6; */
	background: #d4ecf6;
	padding: 10px;
	margin: 10px;
	text-align: center;
	float: left;
}

.link-image img {
	border: 1px solid #999;
	margin: 10px;
}

.link-url {
	font-size: small;
}
