/* hide from ie on mac \*/
html {
	overflow-y: scroll;
}	
#flashcontent {
	height: 60%;
	margin: 20px 0 20px 0;
}
/* end hide */
body {
	margin: 0 0 4px 0;
	background-color: #101010;
	color:#101010;
	font-family:Impact;
	behavior: url("csshover3.htc"); 
}	
.bottom {
	text-align: center;
	background-color: #C8C8C8;
	border-top: 6px solid #A0A0A0;
	border-bottom: 6px solid #A0A0A0;
	padding-bottom: 10px;
}
.content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
}
h1, h2, h3 {
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	margin: 10px 0 0 0;
	color: #101010;
}
h2 {
	font-size: 24px;
	margin: 0;
	color: #A0A0A0;
}
h3 {
	font-size: 18px;
	margin: 5px 0 0 0;
	color: #A0A0A0;
}
#h {
	color: #A0A0A0;
}
.nav {
	margin-right: 10px;
}
#download, #contact, #other {
	display: none;
}
#aboutbtn:hover, #downloadbtn:hover, #contactbtn:hover, #otherbtn:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #101010;
}
.info, .info > a {
	font-family: "Georgia";
	font-size: 14px;
	margin-bottom: 0;
}
.info > a, a {
	text-decoration: underline;
	color: #101010;
}
.foot {
	text-align: center;
	margin: 4px 4px 0 4px;
	font-size: 11px;
	color: #A0A0A0;
}
.foot > a, a {
	text-decoration: none;
	color: #A0A0A0;
}
.indent {
	margin-left: 20px;
}