body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
#tempsite {
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -333px;
    width: 1000px; height: 666px;
    background: url(splash_sprite.jpg);
    padding: 0;
    position: relative;
    }
    
  #tempsite li {
    margin: 0; 
    padding: 0; 
    list-style: none;
    position: absolute; 
    top: 0;
    }
    
  #tempsite li, #tempsite a {
    height: 666px; 
    display: block;
    }
    
#panel1 {
	left: 0; 
	width: 1000px;
	}
#panel1 a:hover {
    background: transparent url(splash_sprite.jpg) 0 -667px no-repeat;
    }
   
