div#background {
background-color:#000;background-image:url(transplants.web.bg.jpg)
}

/* Logo */
header #logo {	
background-image:url(transplants.logo.svg);background-position:center;padding-top:15%;width:50%
}

#main {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.button {
    background-color: #d0d0d0;
    color: black;
	border-width: 0;
}

.button:hover {
    background-color: #d0d0d0;
    color: black;
	border-width: 0;
}

a, .cart ul.cart-products li .product-store h3 a, .receipt ul.cart-products li .product-store h3 a {
	color: black;
}

.button.secondary {
	border-color: black;
	color: black;
	background: white;
	border-width: 1px;
}

.button.secondary:hover {
	background: #d0d0d0;
	border-color: black;
	color: black;
	border-width: 1px;
}

a.secondary {
	color: #888;
}

a.secondary:hover {
	color: #555;
}