/* Top Header */
#header {
	text-align: center;
}

#left_cont{
	float: left;
	width: 50%;
	height: 420px;
}

#right_cont{
	float: right;
	text-align: center;
	width: 50%;
	height: 420px;
	overflow: visible;
}
