/* Flash intro CSS Document */
* {margin:0;padding:0}
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#fff url(images/flashbg.jpg) repeat-x center center;
	text-align:center;
	min-width:706px;
	min-height:400px;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-197px;/* half vertical height of flash - knocked 3px off just to tweak position*/
	width:100%;
	background:url(images/flashtop.jpg) repeat-x 0 100%;
}
#mid{
	width:100%;
	height:400px;
	background:#fff url(images/flashmid.jpg) repeat-x 0 0;
clear:both;
}
#hoz {
	width:706px;/* width of flash*/
	margin-left:auto;
	margin-right:auto;
	height:400px;/* height of flash*/
	background:#fff;color:#fff;/* just for testing*/
	text-align:left;
	clear:both;
	position:relative;
	z-index:2;
}
object,embed{display:block}
#footer{
	background:#fff url(images/flashbase.jpg) repeat-x 0 0;
	width:100%;
	text-align:center;
}

