/*
	BOB Design Website: 
	BOB Design http://www.bob-design.de/ 
	Imagion AG http://www.imagion.de/
	CSS Datei
	15.11.2007 Daan Meskers
	$last_change: 16.11.2007 Daan Meskers
*/

/* =================== Tags  ============= */
HTML, BODY {
	margin:0; padding: 0;
	background: #FFF;
	width: 100%; height: 100%;
	text-align: left;
}

/* =================== IDs  ============= */
DIV#BOBflash {
	position: relative;
	margin: 0 auto; padding: 0;
	width: 100%; height: 99%;
	z-index: 999;
}
DIV#BOBflash * {
	width: 100%; 
}

/* Hide elements */
UL#Menu, UL#Footer, DIV#Body {
	display: none;
}
UL#Footer {
	display: block;
	position: absolute; 
	top: 25%; left: 25%;
	z-index: 1;
}
