html, body {
	background: #CCE0FB url(/Thomas/img/bg-clouds.jpg) repeat-x;
	padding-bottom: 15px;
}

.container-top-cap {
	width: 974px;
	height: 22px;
	background: url(/Thomas/img/bg-home-top-cap.png) 0 0 no-repeat;
}

.container-bottom-cap {
	width: 974px;
	height: 22px;
	background: url(/Thomas/img/bg-home-bottom-cap.png) 0 0 no-repeat;
}

.container-body {
	background: url(/Thomas/img/bg-home-body.png) 0 0 repeat-y;
}

.flash-container {
	height: 446px;
	width: 960px;
	position: relative;
	left: 7px;
	top: 0;
}

#thomas-flash {
	width: 960px;
	height: 446px;
	position: absolute;
	top: -15px;
	left: 0;
}

#thomas-flash img {
	padding: 5px 0 0 10px;
}

#thomas-flash #flash-message {
	height: 239px;
	width: 479px;
	position: absolute;
	left: 450px;
	top: 40px;
	padding-top: 30px;
	background: url(/Thomas/img/bg-no-flash.png) 0 0 no-repeat;
	text-align: center;
	z-index: 5;
}

#thomas-flash #flash-message p {
	width: 450px;
	margin: 20px auto 0 auto;
}

#thomas-flash #flash-message p a {
	text-decoration: none;
	font-weight: bold;
	color: #0086c3;
}

#thomas-flash #flash-message p a:hover {
	text-decoration: underline;
}

#player {
	width: 480px;
	height: 270px;
	position: absolute;
	top: 16px;
	left: 446px;
	/*border: 1px solid #000;*/
}

.promo-container {
	padding: 0 0 0 20px;
	position: relative;
}

.promo-container:after {
	display: block;
	clear: both;
	content: "";
}

.promo-container .first,
.promo-container .second,
.promo-container .third {
	float: left;
	padding: 16px 16px 0 0;
}

.promo-container div.third {
	padding-top: 0;
	padding-right: 0;
}

.promo-container div.third p {
	margin-bottom: 2px;
	font-size: 12px;
}

input {
	position: relative;
}

