﻿body {
	font-family: 'Century Gothic';
}

.holder {
	overflow: hidden;
	width: 963px;
	height:333px;
	position: relative;
	background-color: #a00000;
}

	.holder .image {
		position: absolute;
	}

	.holder span {
		background-color:rgba(160, 0, 0, 0.55);
		font-size: 27px;
		color: white;
		padding: 4px;
		position: absolute;
		top: 120px;
	}

	.holder .text {
		padding: 20px;
		display: none;
		line-height: 26px;
		position: absolute;
		top: 180px;
		font-size: 16px;
		color: #fff;
	}
	
.main {
	padding-top:18px;
	padding-left:18px;
	padding-bottom:18px;
	width: 1000px;
	height: 333px;
	overflow: hidden;
}
