* {
	margin:0px;
	padding: 0px;
} /*takes out all browser's default settings on everything*/ 

html {
		height: 100%;
		overflow: hidden;
	}

body {
	width: 100%;
	height: 100%;
}

#all {
	font-family: Helvetica, sans-serif;
	height: 100%;
}

#flash {
	height: 90%;
	z-index: 4;
}

/*#nav {
	margin-top: 0px;
	margin-left: 0px;
	z-index: 6;
}*/

#credit {
	color: rgb(120,86,149);
	font-size: 10px;
	margin-left: 5px;
	margin-top: 5px;
	z-index: 5;
}

#credit span {
	color: white;
}

a {
	font-size: 10px;
	color: rgb(120,86,149);
}
a:link {
	text-decoration: none;
	color: rgb(120,86,149);
}
a:visited {
	text-decoration: none;
	color: rgb(120,86,149);
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: rgb(120,86,149);
}
