/* CSS Document */

html, body {
height: 100%;
margin: 0;
padding: 0;
}

/* background image fixed at top and 100%*/

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

/* bring content in front of background */

#splash {
	position:relative;
	z-index:1;
	margin-top: 100px;
}

[if IE 6]>
<![endif]

[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]


.botmenu {
	margin-top: 5px;
}

.botmenu a:link, .botmenu a:visited {
	color: #006699;
}

.botmenu a:hover, .botmenu a:active {
	text-decoration: none;
	background-color:#006699;
	color: #ffffff;
	clear: both;
}

#splash h1 {
	font-size: 14px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 0 0 8px;
}

