#container {
	width: 940px;
	height: auto;
	margin: auto;
}

.stickyNote {
	margin: 5px 0 0px 475px;
	width: 175px;	
	}


.stickyNote h1{
	background-image: url(background_note_this.png);
	font-size: 50px;
color: white;
	font-family: GoodDogRegular, Helvetica, sans-serif;
}

.stickyNote p {
		background-image: url(background_note_this.png);
	font-family: GoodDogRegular, Helvetica, sans-serif;
	color: white;
	text-align:center;
	font-size: 24px;
	line-height: 35px;
	padding: 75px 0px 0px 0px;
	margin: 0 0 0 0;
	width: 154px;
	height: 229px;
}

@font-face {
	font-family: 'GoodDogRegular';
	src: url('GoodDog-webfont.eot');
	src: local('‚ò∫'), url('GoodDog-webfont.woff') format('woff'), url('GoodDog-webfont.ttf') format('truetype'), url('GoodDog-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

