body {
	margin: 0 auto;
	width: 960px;
	background-color: #81987C;
}

#main{
	position: absolute;
	top: 20px;
	width: 960px;
	max-height: 740px; 
	overflow: auto;
//	padding: 20px;
	color: black;
	background-image: url(texture.jpg);
	}

a:link { color: navy; font-weight: bold; }
a:hover { color: green; font-weight: bold; }
a:visited { color: navy; font-weight: bold; }

h2 { display: inline; font-family: Arial, sans-serif; font-size: 16px; color: red; }
h3 { display: inline; font-family: Arial, sans-serif; font-size: 15px; }
pre { font-family: Arial, sans-serif; font-size: 14px; }
