#front-wrapper {
	min-width:900px;
	text-align:center;
	display: block;
	z-index:1;
	padding-bottom:400px;
	position: relative;
}

#front {
	width: 100%;
	margin: 0 auto;
	min-height:1016px;
	zoom:1;
	display:block;
	text-align:center;
}


.topline {
	height:202px;
	width:1000px;
	margin:auto;
	position:relative;
	z-index:50;
}

.mask {
	position:relative;
	width:850px;
	margin: 20px auto 0px;
	/*	padding-left:255px;*/
	display:block;
	text-align:left;
	clear:both;
	z-index:10;
}

.mask .column {
	width:250px;
	float: left;
	margin-right: 17px;
	position: relative;
	z-index: 2;
	/*position:absolute;
	left: -13px;
	top: 0;
	z-index: 20;*/
}

.clear {
	height:0;
	overflow: hidden;
	clear: both;
}

