* {
	margin: 0px;
	padding: 0px;
}

body,
html {
	border: none;
}

body {
	background: #000;
	height: 100%;
}

#links li a  {
	display: block;
	margin: 0px auto;
	height: 60px;
	position: relative;
}

#links li {
	list-style: none;
	text-align: center;
}

#mindcraft {
  background: transparent url(/images/mindcraft.jpg) 0px 0px no-repeat;
  width: 210px;
}

#mindcraft:hover {
  background: transparent url(/images/mindcraft.jpg) 0px -60px no-repeat;
}

#panel {
	background: #000 url(/images/jrush_2.jpg) top no-repeat;
	margin-top: 100px;
	padding-top: 200px;
	position: relative;
}
