html {
	overflow: scroll;
	width: 1008px;
	align: center;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
}

body {
	background-image: url(include/images/backgroundtest.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
}

body, td {
font-family: Verdana, sans-serif;
font-size: 8.5pt;
}

th {
	background-color:#CCCCCC;
	font-size: small;
	
}

table#nav td {
	padding: 10px;
	border: 2;
	font-family: Verdana, sans-serif;
}
table#main {
	margin: auto;
}

table#nav th {
	padding: 2px;
	border: 2;
	font-family: Verdana, sans-serif;
	font-size: small;
}
table#head th {
	background-image: url(include/images/backheaders.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
td#quotes {
	padding: 2px;
	height: auto;
}
table#classes th {

	background-repeat: no-repeat;
}
#bgtop
  {
    background: url(include/images/backheaders.jpg) no-repeat scroll top left ;
  }
</style>
