body {
background-color: #cccccc;
margin: 0;
padding: 0;
text-align: center;
min-width: 950px
}

#centered {
position: relative;
top: 0;
right: 0;
margin: 0 auto;
width: 925px;
text-align: left;
}

#products {
	position: absolute;
	left: 102px;
	top: 142px;
	width: 155px;
	height: 100px;
	visibility: hidden;
}

#maintxt {
	position: absolute;
	left: 26px;
	top: 175px;
	width: 440px;
	height: 100px;
	visibility: visible;
}

#prodtxt {
	position: absolute;
	left: 26px;
	top: 175px;
	width: 300px;
	height: 100px;
	visibility: visible;
}

#featimg {
	position: absolute;
	left: 325px;
	top: 160px;
	width: 600px;
	height: 100px;
	visibility: visible;
}