@charset "utf-8";
/* CSS Document */

html {
}

a:link {
	color:#FFF;
}

a:visited {
	color:#FFF;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#fade td {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}

#nofade {
	filter:alpha(opacity=1000);
	-moz-opacity:10.0;
	opacity: 10.0;
}

#footer {
	text-align:center;
	font-size:12px;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#content {
	position:relative;
	z-index:1;
}

body {
	color:#FFF;
}

img.floatright {
	clear:both;
	float:right;
	margin:4px;
	margin-top:25px;
}

img.floatleft {
	clear:both;
	float:left;
	margin:4px;
	margin-top:25px;
}

<!--[if IE 6]>
<style type="text/css">
html { overflow-y: hidden; }
body { overflow-y: auto; }
#bg { position:absolute; z-index:-1; }
#content { position:static; }
</style>
<![endif]-->