div#content {
	overflow:			hidden;
	background-color:	#ffffff;
}

div#contentHeader {
	width:				100%;
	height:				102px;
	padding:			28px 0 0 0;
	background-color:	#000000;
	background-image:	url('../images/container_bg.gif');
	background-repeat:	repeat;
}

div#contentHeader h1 {
	font-size:			68px;
	margin-top:			-15px;
}

div#innerContent {
	position:			relative;
	width:				100%;
	height:				320px;
	overflow:			hidden;
}
