*, html {
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 0.9em;
}

body {
	position: relative;
	background-image: url("./gfx/background.jpg");
	text-align: center;
	margin: 0px;
}

#main {
	background-image: url("./gfx/tramline.gif");
	background-repeat: repeat-y;
	margin: 0px auto;
	min-height: 100%;
	max-height: none;
	height: 100%;
	width: 700px;
}

#titlebar {
	display: block;
}

h4 {
	font-size: 10.5pt;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 25px;
}

img {
	border: 0px;
}

