body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/stripeBG.png);
	background-repeat: repeat;
} 
#topLogo {
	background-repeat: no-repeat;
	background-position:center;
	height:137px;
}
#connector {
	background-image: url(images/bookspy_06.png);
	background-repeat: repeat-y;
	background-position:center;

}
#connectorMiddle {
	background-image: url(images/spacerMiddle.png);
	background-repeat: repeat-y;
	background-position:center;

}
#middleTopSeperator {
	background-image: url(images/bookspy_08.png);
	background-repeat: no-repeat;
	background-position:center;
	height:57px;
}
#middleBottomConnector {
	background-image: url(images/bookspy_10.png);
	background-repeat: no-repeat;
	background-position:center;
	height:54px;
}
#footer {
	background-image: url(images/bookspy_12.png);
	background-repeat: no-repeat;
	background-position:center;
	height:81px;
}
#linkTable {
	border-right-style: dotted;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
}
# main {
	width:500px;
	text-align:center;
}
h1 {
	font-size: 24px;
	color: #06F;
}
h2 {
	font-size: 18px;
	font-style: oblique;
	color: #06F;
}