html{height:100%;
overflow: hidden;
}

body {
	height:100%;
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-image: url(pics/wet.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
}



#noob {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:3000px;
	height:3000px;
}

#noob a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#noob a:hover {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
