body {
	min-width: 750px;
	background-color: white;
}

#content {
	position: absolute;
	width: 750px;
	margin-left: -375px;
	left: 50%;
	right: 50%;
	top: 20px;
}


#thumbs img {
	margin-top: 10px;
	width: 145px;
}

#thumbs .top {
	margin-top: -20px;
}

#logos {
	text-align: center;
	width: 160px;
}

#logos img {
	padding-top: 20px;
}

img {
	border: none;
}