body {
margin: 0px;
padding: 0px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.splash {
	background-image: url(../images/bkgsplash.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#000000;
}

#wrapper{
width:900px;
margin:0 auto;
}

#hide {
visibility:hidden;
width:900px;
margin:0 auto;
font-size:smaller;
color:#990099;
}