﻿

#flash {
	width: 760px;
	height: 466px;
	position: relative;
}

#flash object {
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 466px;
}

#flashContent {padding: 0; margin: 20px 0 0 0;}

#flashContent h1 {
	/*background:url(../gfx/title-bg.gif) no-repeat right bottom;*/
	font-size:1.667em;
	line-height: 1.2em;
	color:#0363c9;
	margin-bottom: 16px;
	padding: 11px 0 14px 0;
	/*border-bottom: 3px solid #00BDFD;*/
	font-weight: normal;
}


/* flat html version of the demo */
#flashContent p {background: none;}
/* frame 1 */
#flashContent p.homepage {width: 760px; height: 466px; position: relative; background: url(../../images/frame1_matrix.jpg) no-repeat; padding: 0; margin: 0;}
#flashContent p.homepage a {position: absolute; top: 0; display: block; height: 233px; background: url(../../images/frame1_matrix.jpg) no-repeat; text-indent: -9999px; overflow: hidden; font-size: 1%;}

#flashContent p.homepage a.bill {left: 0; width: 760px; height: 233px; background-position: 0 0; overflow: hidden;}
#flashContent p.homepage a.bill:hover {background-position: 0 -466px;}
#flashContent p.homepage a.next {left: 0; top: 233px; width: 760px; height: 233px; background-position: 0 233px; overflow: hidden;}
#flashContent p.homepage a.next:hover {background-position: 0 -699px;}

a:focus, a:hover, a:active { outline:none }

/* end of flat html version of the demo */

#footer {clear: both; margin-top: 40px;}



