/* Begin Typography & Colors */
body {
	}

#header {
	background-image: url(images/spring-header.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	background-image: url(images/spring-wrapper.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/spring-footer.jpg);
	background-repeat: no-repeat;
}
