html, div { 
	height            : 100%; 
	min-height        : 100%; 
} 

* html #flashcontent {
	height			  : 100%
}


body {
	background-color  : #B6BDC8;
	margin            : 0 0 0 0;
	font-family       : Arial, Helvetica, sans-serif;
	font-size         : 12px;
	font-weight       : normal;
	color             : #666666;
	line-height       : normal;
	text-decoration   : none;
	height            : 100%; 
	min-height        : 100%;
}

#flashcontent {
	float			  : left;
	margin            : 0 0 0 0;
	width             : 100%;
	cursor            : default;
	min-height        : 100%;
	height            : 740px;
	clear             : both;
}

#footer {
	float			  : left;
	margin            : 0 0 0 0;
	width             : 100%;	
	top				  : 
}

h1 {
	font-family       : Arial, Helvetica, sans-serif;
	font-size         : 18px;
	font-weight       : bold;
	color             : #666666;
	line-height       : normal;
	text-align        :left;
}

h2 {
	font-family       : Arial, Helvetica, sans-serif;
	font-size         : 15px;
	font-weight       : bold;
	color             : #666666;
	line-height       : normal;
	text-align        :left;
}