@import url(default.css);

body 
{
	background-color: 		#fff7ef;
	background-image: 		url(../images/background.yellow.jpg);
	background-repeat: 		no-repeat;
	background-position: 	bottom left;
	background-attachment:	fixed;	
}
