html {
	height: 100%;
/* hide from ie on mac \*/
	overflow: auto;
}	
#flashcontent {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
	margin: 0;
	padding: 0;
}
/* end hide */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif
}
p{
	font-size: 12px;
	color:	#000000;
}
b{
	font-size: 12px;
	color:	#000000;
}
h2{
	font-size: 14px;
	color:	#000000;
}
#content {
	position: absolute;
	margin-left: 100px;
	margin-top: 30px;
	width: 600px;
}
a:link {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #ff0000;
}