/* CSS Document */

#center_div {
	width:				885px;
	margin:				40px auto 0 auto;
}
#all_in_this {
	width:				885px;
	float:				left;
}
#top {
	width:				885px;
	height:				328px;
	float:				left;
	background:			url('../images/splash_03.jpg');
}
#middle {
	width:				885px;
	height:				56px;
	float:				left;
}
	#office {
		width:			439px;
		height:			56px;
		float:			left;
	}
	
		#logo_left {
			width:		211px;
			height:		56px;
			float:		left;
			background: url('../images/splash_05.gif');
		}
		
		#url_left {
			width:		228px;
			height:		33px;
			float:		left;
			background: url('../images/splash_06.gif');
		}
		
		#languages_left {
			width:		228px;
			height:		23px;
			float:		left;			
		}
			#hu_left {
				width: 74px;
				height:23px;
				float: left;
				background:url('../images/splash_09.gif');
			}
			#ge_left {
				width: 80px;
				height:23px;
				float: left;
				background:url('../images/splash_10.gif');
			}			
			#en_left {
				width: 74px;
				height:23px;
				float: left;
				background:url('../images/splash_11.gif');
			}

		#logo_right {
			width:		227px;
			height:		56px;
			float:		left;
			background: url('../images/splash_07.gif');
		}
		
		#url_right {
			width:		219px;
			height:		33px;
			float:		left;
			background: url('../images/splash_08.gif');
		}
		
		#languages_right {
			width:		219px;
			height:		23px;
			float:		left;			
		}
			#hu_right {
				width: 72px;
				height:23px;
				float: left;
				background:url('../images/splash_12.gif');
			}
			#ge_right {
				width: 81px;
				height:23px;
				float: left;
				background:url('../images/splash_13.gif');
			}			
			#en_right {
				width: 66px;
				height:23px;
				float: left;
				background:url('../images/splash_14.gif');
			}
		
		#bottom {
			width:		885px;
			height:		24px;
			float:		left;
			background: url('../images/splash_15.gif');
		}					
