/*
** CSS to pre-load images for parallel browsers
*/

h1 {
	background: url('images/header.jpg');
}

h1 a {
	background: url('images/title.png');
}

#sidebar li {
	background: url(images/sub.png);
}

.social {
	background: url('images/social_sprite.png');
}

