/*
	Les 2 geckos
*/

#gecko1 {
	position: absolute;
	top:0px;
	left:0px;
	width: 150px;
	height: 60px;
	background: transparent url(../img/gecko.png) top left no-repeat;
	z-index:-1;
}
#gecko2 {
	position: absolute;
	top:100%;
	left:100%;
	width: 150px;
	height: 60px;
	background: transparent url(../img/gecko.png) top left no-repeat;
	z-index:-1;
}