@charset "utf-8";
/* CSS Document */

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#ffffff;
	background-image:url(../images/background-products.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

/* IE6 Only */
* html body, html{
	height:100%;
	background-image:url(../images/background-products-ie.jpg);
}

/* IE7 Only */
*:first-child+html body, html{
	background-image:url(../images/background-products-ie.jpg);
}