body {
	margin: 0px;
	padding: 0px;
	background: #57528f;
}


div#wrap {
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: -75px;
	height: 185px;
	border-top: 1px solid #dedbff;
	border-bottom: 1px solid #dedbff;
	text-align: center;
	background-color: #a3a1bd;
}


div#wrap2 {
	position: absolute;
	top: 50%;
	margin-top: -64px;
	height: 128px;

	left: 50%;
	margin-left: -305px;
	width: 605px;		
}

div#caption {
	width: 100%;
	font-weight: bold;
	font-family: sans-serif;
}

div.item {
	float: left;
	padding: 6px;
	
}

div.item img {
	border: 0px;
}

div.item:hover {
	background-color: #dedbff;
	border: #FFFFFF;
}

a {
	border: none;
}
