html, body {
	margin: 0 0 0;
	padding: 0 0 0;
	height: 100%;
}

body {
	background: #000000;
}

img {
	border: none;
}

* html #nonFooter {
	height: 100%;
}

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

#header {
	position: relative;
	text-align: center;
}

#content {
	padding-top: 30px;
	padding-bottom: 126px;
	width: 900px;
	margin: auto;
}

.prod {
	float: left;
	background: #191919;
	height: 500px;
	#height: 510px;
	width: 285px;
	margin-right: 20px;
	margin-top: 20px;
}

.prod_desc {
	padding: 5px;
	width: 275px;
}

.prod_desc2 {
	padding: 5px;
	width: 580px;
}

.prod_desc img {
	padding: 5px;	
}

.prod_desc2 img {
	padding: 5px;	
}

.prod_txt {
	width: 100%;
}

.form_btn {
	float: left;
	padding: 2.5px;
	margin-left: 1.5px;
	height: 23px;
	width: 131px;
}

#prod1 {
	width: 590px;
}

#prod2, #prod5 {
	margin-right: 0px;
}

.clear {
	clear: both;	
}

#footer {
	position: relative;
	width: 100%;
	height: 101px;
	margin-top: -101px;
	background: url('images/footer_tile.png') bottom repeat-x;
	text-align: center;
}
