@import url(two/two.css);

.foo {
	background-image:url(data:image/gif;base64,abcdeabcde);
}

.bar {
	background-image: url("one.png");
}
