html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	scrollbar-shadow-color:#555555;      scrollbar-highlight-color:#555555;
  scrollbar-darkshadow-color:#555555; scrollbar-3dlight-color: #555555; 
  scrollbar-track-color: #555555; 
  scrollbar-face-color:#a0a0a0; 
  scrollbar-arrow-color: #555555;
}
html>body #wrap {height:100%;} /* 100 % height */
#header {
	width:100%;
	height:3em;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:4em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:100%;
	height:3em;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

html,
body {
	color:#eee;
	background:#888;
}
body {font: 0.9em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Geneva, sans-serif;}
h1,
h2 {
	margin:0.5em 0;
	font:normal 1.2em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Geneva, sans-serif;}
p {margin:1em 0;}

a:link,
a:visited {
	color:#fc0;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	background: #AAA;
	color:#fc0;
}

#header,
#footer {
	color:#666;
	background:#000;
	text-align:center;
}
#header a {
	color:#fc0;
	font-weight:normal;
	text-decoration:none;
	}
#footer a {
	color:#fc0;
	font-weight:normal;
	text-decoration:none;
	}

#content-wrap,
#content {
	background:#666;
} 

.marker {
	background-color: #fc0;
	color:black;
	font-weight:bold;
	text-decoration:none;
}
