body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
}
#logo {
	height: 100px;
	width: 600px;
	background-image: url(http://www.minitureglobe.com/MMT/images/logo.png);
}
#bestsellers {
	height: 300px;
	width: 600px;
	background-image:url(images/popular.jpg);
	background-repeat:no-repeat;
	padding-top: 30px;
	border-width: 1px;
	border-color: #9AAB67;
	border-style: solid;
	float: left;
	
}

#logo a {
	height: 100px;
	width: 600px;
	display: block;
	}
#logo a span {
visibility: hidden;
}
#headerlinks {
	height: 40px;
	width: 796px;
	margin: auto;
	margin-top: 32px;
	margin-bottom: 30px;
}
#container {
	height: 300px;
	width: 800px;
	margin: auto;
	background-image: url(images/container.jpg);
}
#bestsellers2 {
	height: 300px;
	width: 800px;
	margin: auto;
	margin-top: 20px;
	padding-top: 50px;
	background-image: url(images/popular2.jpg);
	background-repeat:no-repeat;
}
