html, body {
	overflow: hidden;
}

body {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background:#000;
	color:#fff;
	line-height:1.7em;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
}
#flash_box {
	text-align: center;
	font-size: 0.8em;
	height: 100%;
	background: #000;
	font:83% arial,helvetica,clean,sans-serif;
}
img {
	border-style: none;
}


a:link {
	color: #9AC80D;
	text-decoration: none;
}
a:visited {
	color: #9AC80D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #678609;
}
a:active {
	text-decoration: none;
	color: #678609;
}

ul	{
	list-style:none;
	margin: 0;
	padding:0;
}

li	{
	padding:0;
	margin:0;
}
