* { 
	behavior: url(iepngfix/iepngfix.htc) 
}
a {
	position: relative;
}
html {
	min-height: 100%;
}
html {
	background-color:#000000;
	background-image:url(images/splashbg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 62%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #B3B7CA;
}
img {
	border: none;
}
.clear {
	clear: both;
}