/* CSS Document */

* {
	margin:0;
	padding: 0;
	border: 0;
}
/* hide from ie on mac \*/
html {
	height: 100%;
	/*overflow: hidden;*/
	min-width:920px;
}

#flashcontent {
	/*height: 100%;*/
	height:770px;
	min-width:920px;
}
/* end hide */
body {
/* hide from ie on mac \*/
	/*height: 100%;*/
/* end hide */
	height:770px;
	background-color: #e0e0e0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	min-width:920px;
}
h1 {
	font-family: Arial, sans-serif;
	font-weight:normal;
	display:none;
}
h1 span {
	color:#808080;
	display:none;
}
p {
	color:#595959;
	font-size:small;
	line-height:150%;
}
a {
	color:#888888;
	text-decoration:none;
}
#container {
	margin: 20% auto 0 auto;
	text-align:center;	
}
.smaller {
	color:#808080;
	font-size:smaller;
}