@charset "UTF-8";/* CSS Document */body {	background-color: #666666;	font-family: Verdana, Arial, Helvetica, sans-serif;}.imagewithcaption {	background-color: #000000;	overflow: hidden;	position: relative;	height: 200px;	width: 200px;	float: left;	padding: 0px;	margin: 5px;}#container {	background-color: #FFFFFF;	width: 900px;	margin-right: auto;	margin-left: auto;	position: relative;	padding: 10px;	height: 500px;}.caption {	overflow: hidden;	position: relative;	padding: 5px;	width: 190px;	height: 40px;	top: 0px;	background-color: #333333;	color: #FFFFFF;	font-size: 12px;	line-height: 18px;}.caption a {	color: #CCCCCC;	font-size: 9px;}.caption a:hover {	color: #FFFFFF;	text-decoration: none;}