/* Background */
html
	{
	background-color:#E5E1CB;  
	}
	
body
	{
	background-color:#E5E1CB;
	background-repeat:repeat-x;
	background-position:0 0;
	background-attachment:scroll;
	background-image:url(img/body-bg.jpg);
	}
	
/* Font Color */
div.phone-header ul li a,
div.phone-header ul li,
div.concept div.footer,
div.concept div.footer a
	{
	color:#772D2D;
	}