body {
	background-color:#66999A;
	text-align: center;
	margin: 0px;
	background-image: url(/_images/bg-body-store2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;	
}


#headerBg {
	background-image: url(/_images/bodyHeader-store2.jpg);
	background-repeat: no-repeat;
	height: 255px;
	width: 1024px;
}


/* body nav */


a:link {
	color: #D8EC68;
	text-decoration: none;
}

a:visited {
	color: #D8EC68;
	text-decoration: none;
}


a:hover {
	color: #E9F66B;
	text-decoration: underline;
}
a:active {
	color: #3366FF;
	text-decoration: underline;
}
