body {
	background-color: #000;
	text-align: center;
}

.BOX {
	width: 350px;
	height: 191px;
	border: 0px solid #444;
	box-shadow: 0px 0px 0px #666;
	
	position:absolute;
	left:50%;
	top:50%;
	
	margin-top:-150px;
	margin-left:-150px;
}


img.thumbnail
{
  max-width:100%;
  max-height:100%;
  border:0;
}
a.thumbnail
{
  border-style:none;
}
