#wrapper {
	height: 1050px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: thin solid #808080;
	background-color: #000000;
}
#footer {
	height: 50px;
	width: 850px;
	position: absolute;
	background-color: #FFFFFF;
	bottom: 0px;
}




body {
	background-image: url(images/metal2.jpg);
	background-repeat: repeat;
}

