


#main_container {
	position: absolute;
	background-image: url(../images/logo_flykort.jpg);
	background-repeat: no-repeat;
	margin: 1em auto;
	margin-top: 2px;
	width: 970px;
	text-align: left;
	background-color: #fff;
	border: 0px solid #060;
}

#common_left_flykort {
	float:left;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	width:695px;
	padding-left:25px;
	min-height: 500px;
	/*background:#fff;*/
}

#common_right_flykort {
	float:right;
	width:235px;
	padding-right:5px;
	background:#fff;
}


