html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(index.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wh0 {
   min-height: 100%;
   position: relative;
}

#1s {
   padding: 10px;
   padding-bottom: 40px;
}

#n0b0dy {
	position: absolute;
   width: 100%;
   height: 40px;
   bottom: 25px;
   background: url(index.png) no-repeat center;
}

#n0b0dy a {
	position: absolute;
   width: 100%;
   height: 40px;
}