html, body {
  background-color: #f8f8f8;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
  font-family: tahoma, arial, helvetica, sans-serif;
}

h1 {
  color: #369;
  background-image: url(http://www.keconnect.co.uk/assets/images/logo.gif);
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 120px;
}

p {
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
  color: #036;
}

/* styles for IE 5 Mac */
#container {
  position: absolute;
  top: 20px;
  left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#container {
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -175px;
  text-align: center;
  min-width: 700px; 
 }
/* end IE 5 hack */ 
	  
#splash {
  background-color: #fff;
  border: 2px #eee solid;
  position: relative;
  text-align: left;
  width: 700px;
  height: 330px;
  margin: 0px auto;
  padding: 10px 20px;
}

