#home header h1 span {
		background: url("../i/s/home-banner.png") no-repeat 0 0;
		position: absolute;
		width: 750px;
		height: 180px;
		}
#home section {
	height:440px;
	background: url("../i/s/home.png") no-repeat 0 -38px;
	}
nav#buttons {
    position: relative;
	top:260px;
	left:345px;
    width:400px;
    height:92px;
   }
nav#buttons li { display: inline;}
nav#buttons li a {
    float:left; 
    width:125px; 
    height:0; 
    padding-top:92px; 
    overflow:hidden;
    background-image:url("../i/s/buttons.png"); 
    background-repeat:no-repeat;
    }
nav#buttons li#but1 a {background-position: 0 0; }
nav#buttons li#but2 a {background-position: -126px 0; }
nav#buttons li#but3 a {background-position: -252px 0; }

nav#buttons li#but1 a:hover {background-position: 0 -92px; }
nav#buttons li#but2 a:hover {background-position: -126px -92px; }
nav#buttons li#but3 a:hover {background-position: -252px -92px; }


nav#buttons li a:hover {cursor:hand}  

footer {padding-top:0px;}
