/* Main Wrapper */

div#main {
	width: 650px;
}


/* Dealer, Sales Rep, Distributor button */

div#dealer, div#nodealer {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
	padding-right: 150px;
	text-align: right;
	z-index: 1;
}

/* 90% of all Precor content fits in this td */

td#maincontent {
	width: 385px;
}


/* Product Highlights */

table.features {
	width: 415px;
}


/* Product Overview */

div.consolecontent {
	width: 415px;
}


/* Footer */

table#footer {
	width: 650px;
}