body {
	background-color: #d4a696;
	background-image: url(images/springbackground.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding : 5pt;
	width: 499px;
}
#top {
	width : 502px;
	height: 102px;
	background-image : url(images/notebooktop.gif);
	background-repeat: no-repeat;
}
#maincontent {
	width : 502px;
	background-image : url(images/notebookmid.gif);
	background-repeat : repeat-y;
}
#maincontent p {
	font-family : cursive;
	font-size : 14px;
	line-height : 24px;
	color: #253838;
	font-weight : bold;
	padding : 10px;
	width : 490px;
	
}
#footer {
	width : 502px;
	height: 165px;
	background-image : url(images/notebookbottom.gif);
	background-repeat: no-repeat;
}