body {
	margin: 0;
	padding: 0;
   text-align: center;
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   background: #8E97A4;
}

a {
   color: #000;
}

#splash {
   margin: 80px auto;
   width: 600px;
   font-size: 10px;
}

#splash1 { float: left; }
#splash4 { float: right; }

#splash1 a {
   display: block;
   width: 254px;
   height: 182px;
   background: url(images/splash1.gif) no-repeat;
   color: #D0D4D9;
   text-decoration: none;
}

#splash4 a {
   display: block;
   width: 254px;
   height: 182px;
   background: url(images/splash4.gif) no-repeat;
   color: #D0D4D9;
   text-decoration: none;
}

#intro {
   clear: both;
}