#banner{
	height: 270px;
	width: 780px;
	position: relative;
	overflow: hidden;
}

#background{
	height: 270px;
	width: 780px;
}

.backgroundImage{
	height: 270px;
	width: 780px;
	display: none;
}

#foreground{
	height: 270px;
	width: 780px;
	position: absolute;
	left: 0;
	top: 0;
}

#foregroundContainer1, #foregroundContainer2, #foregroundContainer3{
	float: left;
	height: 170px;
	width: 233px;
	margin: 19px 0 0 19px;
	display: inline;
}

#header{
	position: absolute;
	right: 0;
	bottom: 0;
}

.image{
	height: 170px;
	width: 233px;
	border: 1px solid #ffffff;
	display: none;
}

#warning{
	display: block;
	height: 30px;
	background: url('images/noscript.png');
}

#warning p{
	padding-top: 6px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}


