/**
 * products.css
 * Styles for products page
 **/

#products-swf {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	height: 550px;
	top: 140px;
}

#header-box {
	height: 630px;
}
