/****************************************************************************

	CSS Includes 
	
	This file contains CSS fixes specific to the live.php page.

****************************************************************************/

#livestream {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 680px;
	height: 435px;
}

#chat {
	position: absolute;
	top: 435px;
	left: 40px;
	width: 680px;
	height: 260px;
}

#archives {
	position: absolute;
	top: 840px;
	left: 10px;
}
/* EOF */
