div.outerintro {
position: absolute;
left: 50%;
top: 50%;
width:705px;
height:526px;
margin-left: -352px; /* half of width */
margin-top: -263px;  /* half of height */
background-color: #FFFFFF;
}
        
body {
background-color: #FFFFFF;
margin:0px;
}
		
td.intro a {
display:block;
width:133px;
height:23px;
background-image: url("images/splash_screen_08.gif");
background-repeat: no-repeat;
overflow: hidden;
}
td.intro a:hover {
background-image: url("images/splash_screen_over_08.gif");
background-repeat: no-repeat;
}