﻿
	html {
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	body {
		background: black;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	div#content {

		background-attachment: fixed;

		background-image: url('https://www.kuglerpublications.com/pathology/images/background.jpg');

		background-position: center center;

		background-repeat: no-repeat;

		border: 1px solid white;

		font-family: Arial,  Verdana, Helvetica;

		font-size: 10pt;

		height: 673px;

		width: 779px;		

		top: 50%; 		

		left: 50%;

		margin: -337px 0px 0px -390px;

		padding: 0 0 0 0;

		position: fixed;

		text-align: left;

	}

	div#textcontainer {

		border: 1px solid silver;

		color: white;

		height: 340px; 

		left: 330px;

		margin: 0 0 0 0;

		overflow-x: hidden;

		overflow-y: auto;

		padding: 5px 12px 5px 5px;

		position: absolute;

		top: 190px;

		width: 430px;

		z-index: 4;

		scrollbar-3dlight-color:#FFFFCC;

		scrollbar-arrow-color:#c20024;

		scrollbar-base-color:#006699;

		scrollbar-track-color:#333366;

		scrollbar-darkshadow-color: #000066;

		scrollbar-face-color:#000066;

		scrollbar-highlight-color:#990000;

		scrollbar-shadow-color:#000066;

	}

	 div#topmenu {
		border: 1px solid #c20024;
		color: white;
		height: 450px;
		left: 15px;
		margin: 0;
		padding: 5px;
		font-weight: bold;
		font-size: 10pt;
		text-align: center;
		position: absolute;
		top: 10px;
		width: 60px;
		z-index: 4;
	}
}