/* hide from ie on mac \*/html {	height: 100%;	font-size: 100%;	overflow:auto;}body {	height: 100%;	margin: 0;	padding: 0;	background-color: #7979d0;}#flashcontent {height: 100%;	overflow: hidden;}#container {	margin: 0 auto;	/* padding: 0; */	background:  url("../data/images/noflash/bg-pattern.jpg") no-repeat;	background-position: center;	width:700px;	height:587px;		}#content {	font-family:  Verdana, Arial, Helvetica,sans-serif;	font-size: 11pt;	color: #404040;	margin-left: 260px;	margin-top: 235px;	padding: 0;}a{ 	color: #323393;	text-decoration: underline;}a:hover{	text-decoration: none;}h1{ 	font-size: 20px;	color: #252525;}.clear {	clear:both;}