header
{
	pointer-events: none;
	display: block;
	height: 140px;
}

#logo
{
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -115px;
	width: 1024px;
	height: 360px;
}

figure
{
	background-color: rgba(0, 0, 0, 0.6);
	border-color: #227;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-width: 1px;
	margin: 0px auto;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 1024px;
}

figure table td
{
	padding: 15px;
	text-align: left;
}

.shipthumb
{
	width: 200px;
	height: 200px;
}