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