body
{
  background-color:		#000327;
  margin:				0px;
  padding:				0px;
  }

#background
{
  background:			url('images/dwmtile.jpg') repeat-x;
  height:				721px;
  }

#splash
{
  background:			url('images/dwm.jpg') no-repeat;
  position:				relative;
  left:					50%;
  margin-left:			-550px;
  width:				1100px;
  height:				721px;
  overflow-x:			hidden;
  overflow-y:			auto;
  }

#footer
{
  position:				absolute;
  top:					719px;
  width:				100%;
  text-align:			center;
  font-family:			"Lucida Grande", Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size:			10px;
  color:				#090C38;
  padding-bottom:		30px;
  }