body {
	margin: 0px;
	padding: 0px;
	background: rgba(255, 255, 255, 1.0);
}

#outline{
	z-index: 0;
	position: relative; 
	height: 520px; 
	width: 650px; 
	margin: 18px auto 0px; 
	border: solid 1px rgba(125, 125, 125, 0.5);
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;	
}

#stickies {	
	z-index: 1;
	left: 69px;
	top: 0px;
	position: absolute;
	height: 512px;
	width: 512px;	
	background-image: url(../images/stickies.png);
	background-repeat: no-repeat;	
}

#text {	
	z-index: 11;
	left: 0px;
	top: 500px;
	position: absolute;
	height: auto;
	width: 100%;
}

p { 
	position: relative;
	margin: 0px auto 0px; 
	font-size: 16px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal; 
	color: rgba(125, 125, 125, 1.0);
	text-align: center; 
}
