@charset "utf-8";
/* CSS Document */

#header {
	background: url(images/wc_header.jpg) no-repeat top left;
	}
#header p {
	padding: 140px 4em 1em 2em; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.4em;
}

