body {
	background-attachment: fixed;
	background-color: white;
	background-image: url("images/BG.jpg");
	background-position-x: 50%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url("images/Header.png");
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 5;
	height: 90;
}
#bodyTop {
	background-image: url("images/BG_top.png");
	background-repeat: no-repeat;
	height: 33px;
	width: 978px;
	margin-top: -25px;
}
#bodyMid {
	border: 0px;
	background-image: url("images/BG_mid.png");
	background-repeat: repeat-y;
	overflow: hidden hidden;
	width: 978px;
}
#bodyBot {
	background-image: url("images/BG_bot.png");
	background-repeat: no-repeat;
	height: 90px;
	width: 978px;
}

a {
	text-decoration: none;
	color: black;
}

a.white {
	color: white;
}

img {
	border: 0;
}

td.productGrid {
	background-color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
}