/* BUTTONS */	#products{		margin-top:80px;		height: 23px;		width: 128px;		text-indent: 10000px;		overflow: hidden;		background: url(images/products.png) top left no-repeat;		display:block;	}	 	#products:hover{		background-position: bottom left;	}		#about{		margin-top:80px;		height: 23px;		width: 79px;		text-indent: 10000px;		overflow: hidden;		background: url(images/about.png) top left no-repeat;		display:block;	}	 	#about:hover{		background-position: bottom left;	}		#etc{		margin-top:80px;		height: 23px;		width: 59px;		text-indent: 10000px;		overflow: hidden;		background: url(images/etc.png) top left no-repeat;		display:block;	}	 	#etc:hover{		background-position: bottom left;	}		#contact{		margin-top:80px;		height: 23px;		width: 118px;		text-indent: 10000px;		overflow: hidden;		background: url(images/contact.png) top left no-repeat;		display:block;	}	 	#contact:hover{		background-position: bottom left;	}