
/* using an image to replace text in an h1. Trick courtasy of Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#logo {
	background: url(square_logo_no_text.png) no-repeat top left;
	margin-top: 10px;
	display: block;
	width: 100px;
	height: 100px;
	}

