#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:608px;	
	height:100% auto; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	z-index: 10;
	padding-top: 99px;
	/* border: 1px solid #fff; */
}

html, body {
	margin: 0;
	padding: 0;
	height:100%; /* needed for container min-height */
	font-size: small;
	color: #6B6C6F;
	height: 100% auto;
	background: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0px;
}

#imgBox {
	width: 608px;
	height: 400px;
	background-color: #fff;
	clear: both;
}

#txtBox{
	width: 608px;
	height: 400px;
	clear: both;
	background-color: #6B6C6F;
	color: #fff;
}

#txtBox p {
	padding: 62px 70px 0 70px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.cAll {
	clear: both;
}

