body {
	background-color: #666666;
	color: #fff;
	font: normal .8em/1.3em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	display: block;
	text-align: justify;
}
#note {
	height: 350px;
	width: 600px;
	margin-top: 50px;
	margin-left: 50px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	padding-top: 60px;
}

/* end hide */

a:link {
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	color: #A19275;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	color: #A19275;
	text-decoration: none;
}
