body {
	background: #000000 url('http://www.digieffects.com/images/test/bg.jpg') repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
    background-color: #FFFFFF;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;

}

#fc_checkout_container {
background: #FFFFFF none;
padding: 8px 5px 50px;
}

#fc_checkout_cart{
margin-top: 50px;
}

#fc_continue a.fc_link_nav {
background-image: url(http://www.digieffects.com/images/foxycart/button-continue.png);
}

#fc_login_register_container h2 {
background-image: url(http://www.digieffects.com/images/foxycart/checkout-step1-email.png);
}

#fc_customer_billing_container h2 {
background-image: url(http://www.digieffects.com/images/foxycart/checkout-step2-address.png);
}

#fc_address_shipping_container h2 {
background-image: url(http://www.digieffects.com/images/foxycart/checkout-step2a-address.png);
}

#fc_shipping_container h2 {
background-image: url(http://www.digieffects.com/images/foxycart/checkout-step3-shipping.png);
}

#fc_payment_container h2 {
background-image:url(http://www.digieffects.com/images/foxycart/checkout-step4-payment.png);
}

#fc_complete_order_button{
background: transparent url(http://www.digieffects.com/images/foxycart/button-confirm-order.png) no-repeat scroll left top;
}


/*
cart 
*/

#fc_cart_foot_discount_new a {
 color: #4a6a99;
}

#fc_cart_container #fc_cart_controls_top a.fc_cart_update, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_update {
  background-image: url(http://www.digieffects.com/images/foxycart/cart-update.png);
}

#fc_cart_container #fc_cart_controls_top a.fc_cart_checkout, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_checkout {
  background-image: url(http://www.digieffects.com/images/foxycart/cart-checkout.png);
}

#fc_cart_container {
background: #FFFFFF url(http://www.digieffects.com/images/foxycart/cart-title.png);
background-repeat: no-repeat;
}

#fc_tb_closeWindowButtonBot {
  background-image: url(http://www.digieffects.com/images/foxycart/cart-continue-shopping.png);
}

#fc_cart_container a.fc_cart_checkout_paypal img {
display: none
}


/*
receipt 
*/
#fc_receipt_container {
	background: #FFFFFF none no-repeat scroll center top;
}
#fc_receipt_links a#fc_receipt_print_link {
	background-image: url(http://www.digieffects.com/images/foxycart/receipt-print.png);
}
#fc_receipt_links a#fc_receipt_continue_link {
	background-image: url(http://www.digieffects.com/images/foxycart/button-continue.png);
}

