@import url("/css/global.css");
@import url("/css/index.css");
@import url("/css/category.css");
@import url("/css/product.css");

body {
	background-image: none;
}
.footer-payment,
.footer-coupon,
img.logo,
.banner,
#items,
#categories,
#shopping-cart-row,
.date,
#shopped-around {
	display: none;
}
#header {
	height: 75px;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
}
#footer li.footer-address {
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: bold;
	background-image: none;
}
#header h1 {
	float: none;
	display: inherit;
	text-align: center;
	padding: 5px;
	margin-left: 0;
}