body {
	background:#000000 url(/images/tke_bg.jpg) center top no-repeat;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

#lineo {
	width:1100px;
	overflow:hidden;
	margin:0 auto 0;
	position:relative;
}

/*-- HEADER ------------------------------------------------------- */
#header {
	width:1100px;
	height:125px;
}
		
	#tke_logo, #sign_lineo, #sign_cocktails, #sign_tke {
		display:block;
		position:absolute;
	}
	
	#tke_logo {
		width:345px;
		height:65px;
		top:60px;
		left:160px;
	}
	
	#sign_lineo {
		width:410px;
		height:125px;
		top:0;
		left:690px;
	}
	
	#last_posted {
		text-align:center;
		color:#ffffff;
		top:530px;
		position:relative;
	}
	

/* WEBCAM --------------------------------------------------------------------- */
#webcam {
	width:1100px;
	height:560px;
	position:relative;
}
	#sign_cocktails {
		width:120px;
		height:400px;
		top:55px;
		left:40px;
	}
	
	#sign_tke {
		width:160px;
		height:285px;
		top:0;
		left:940px;
	}


	#webcam_container {
		background: url(/images/webcam_window.png) 0 0 no-repeat;
		width:780px;
		height:560px;
		margin:0 auto;
		position:relative;
	}	
		
		#nine0img {
			display:block;
			position:absolute;
			width:720px;
			height:480px;
			top:40px;
			left:30px;
		}
		
		#loader {
			display:none; position:absolute; top:248px; left:358px;
		}
		
#footer {
	color:#4b4b4b;
	font-size:.9em;
	width:100%;
	height:75px;
	margin-top:650px;
	position:relative;
}
	#footer_bg {
		background: url('/images/redesign/80percent_black.png') 0 0 repeat;
		height:50px;
		width:100%;
		position:absolute;
		top:12px;
		left:0;
		z-index:0;
		
	}
	
	#footer p {
		width:700px;
		text-align:center;
		height:75px;
		line-height:75px;
		margin:0 auto;
		position:relative;
		top:0;
		z-index:999;
	}
	
	#footer img {
		vertical-align:middle;
	}
	
	#footer a {
		color:#999999;
		text-decoration:none;
	}	

#content {
	width:700px;
	margin:50px auto 0;
	padding-bottom:50px;
	font-siz:.9em;
	color:#333333;
}
	#content h1, #content p {
		margin:16px 50px 2px;
	}
	
	#content h1 {
		font-size:1.3em;
		line-height:1.2em;
	}

