body {
	background: #ABCBE4 url('gradient.jpg') repeat-x fixed;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	margin: 0px;
	padding: 0px;
}
div#pageImage {
	background-image: url('page.jpg');
	width: 838px;
	height: 670px;
	margin: 0px auto;
}
img#logoImage {
	position: relative;
	top: 20px;
}
div#notepadImage {
	position: relative;
	top: 24px;
	width: 284px;
	height: 256px;
	background: url('Notepad.jpg');
	margin: 0px auto;
}
#bigTrebuchet {
    position: relative;
	top: 72px;
	font: bold 24px "Trebuchet MS";
	color: #0085C4;
}

#mediumTrebuchet {
	position: relative;
	top: 75px;
	font: bold 14px "Trebuchet MS";
	color: #014C86;
}

#smallTrebuchet {
    position: relative;
	top: 25px;
	font: bold 10px "Trebuchet MS";
	color: #014C86;
	
}

#mediumTrebuchet a {

  color: #008F66;
  
}