div.background
	{
	background-color: #8e0606;
	background: -moz-linear-gradient(center top , #8e0606 0%, #5e2121 585px) repeat scroll 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e0606), color-stop(585px,#5e2121));
	background: -webkit-linear-gradient(top, #8e0606 -1px,#5e2121 585px);
	background: -ms-linear-gradient(top, #8e0606 0%,#5e2121 585px);
	background: linear-gradient(top, #8e0606 0%,#5e2121 585px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0606', endColorstr='#5e2121',GradientType=0 );
	}

div.template-body
	{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	background-image: url(https://cdn.f1connect.net/media/146949/iStock-10852258341.jpg);
	}

body div.template-body div.wrapper div.header ul.shortcuts li a,
body div.template-body div.wrapper div.header a.send-flowers
	{
	color: #130a01;
	border-color: #130a01;
	}