html, body, #container {
min-height: 100%;
width: 100%;
height: 100%;
}

html>body, html>body{
height: auto;
}

body {
margin: 0;
}


#thewindow {
  DISPLAY: none;/*orig = none*/
  LEFT: 0px;
  WIDTH: 100%;
  POSITION: absolute;
  TOP: 0px;
  HEIGHT: 400%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
}

#thewindow #thewindowbackground {
  FILTER: alpha(opacity=70);
  WIDTH: 100%;
  POSITION: absolute;
  height: 100%;
  background: #000000;
  opacity: .7;
  margin-left: 0px;
  margin-right: 0px;
}

#thewindow #thewindowcontent {
	MARGIN-TOP: -227px;
	LEFT: 50%;
	MARGIN-LEFT: -430px;
	WIDTH: 860px;
	POSITION: absolute;
	TOP: 320px;
	HEIGHT: 365px;
	background: #685B52;
	border-top: 10px solid #e7e2d1;
	border-bottom: 10px solid #e7e2d1;
	border-left: 1px solid #e7e2d1;
	border-right: 1px solid #e7e2d1;
	font-family: Arial, Helvetica, sans-serif;
}

#thewindow #thewindowcontent img {
	height: 200px;
  margin-right: 10px;
}

#thewindow #thewindowcontent h1 {
	color: #e7e2d1;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
}

#thewindow #thewindowcontent h2 {
	color: #e7e2d1;
	font-size: 14.5px;
	text-align: left;
	font-weight: bold;
}

#thewindow #thewindowcontent h3 {
	color: #000000;
	font-size: 14.5px;
	text-align: left;
	font-weight: normal;
}

#thewindow #thewindowcontent h4 {
	color: #e7e2d1;
	font-size: 12.5px;
	text-align: left;
	font-weight: normal;
}

#thewindow #thewindowcontent h4 a:link,
#thewindow #thewindowcontent h4 a:visited,
#thewindow #thewindowcontent h4 a:active,
#thewindow #thewindowcontent table td a:link, 
#thewindow #thewindowcontent table td a:visited,
#thewindow #thewindowcontent table td a:active{
	color: #e7e2d1;
	text-decoration:underline;
}

#thewindow #thewindowcontent h4 a:hover,
#thewindow #thewindowcontent table td a:hover{
	color: #000000;
	text-decoration:underline;
	background-color:#c5da4f;
}
