/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}

#flashHolder {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;font-size:12px; 
}

#myContent{ width:810px; margin:15% auto 0px auto; color:#010101; font-size:30px; font-family: Times, 'Myriad Pro', Helvetica, Verdana, Arial;}
#myContent a {color:#676767;  text-decoration:none;}
#myContent a:hover {text-decoration:underline;}
