* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background: #000;
	color: #fff;
	font-size: 75%;
	font-family: Osaka, "MS UI Gothic", Verdana, Arial, Helvetica,monospace;
	line-height: 175%;
	height: 100%;
}
#flashcontent {
	height: 100%;
}
p {
	margin: 20px;
}
a {
	color: #fff;
	text-decoration: none;
	background: #900;
	padding: 5px;
	line-height: 300%;
}
a:hover {
	color: #900;
	background: #fff;
}