html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
a:link {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3333;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
.cookie {
    font-size: 8px;
    color: #fff;
    opacity: 0.9;
    margin: 0 auto;
    width: 980px;
    margin-top: 770px;
}