	/* ---------- GLOBAL ---------- */
		
	
	/* ---------- LAYOUT ---------- */
		
		#canvas
		{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 0px;
	width:860px;
	height:auto;
	height:100%;
	min-height:100%;
		}

		
		#content {
			position:relative;
			width: 860px;
			float:left;
		}
		
		#leftContainer 
		{
			position:relative;
			width: 281px;
			height: 388px;
			float:left;
			clear:left;
			background-image:url(../img/ka24h_logo.gif);
			background-repeat:no-repeat;
		}
		
		#rightContainer 
		{
			position:relative;
			width: 518px;
			height: 800px;
			float:left;
			margin-left: 60px;
		}			
		
		/* ---------- FOOTER ---------- */	
		
		