html body  {
	 background: url(images/band.gif) repeat;
	 height: 600px;
}
#container  {
	position: relative;
	top: 5px;
	margin: 0 5px 20px 5px;
	width: 400px;
	height: 450px;
	padding: 0 10px 5px 10px;
	background: #fff;
	border: 1px solid gray;
}
#pageHeader  {
	height: 78px;
	background: url(images/title_info.jpg) no-repeat;
}
#content  {
	margin: 0;
}
#property  {
	margin: 0 0 10px 0;
}
.line  {
	width: 400px;
	margin: 5px 0 0 0;
}
#closeWindow  {
	position: relative;
	left: 292px;
	width: 127px;
	padding: 3px;
	background: white;
	border: 1px solid gray;
}
#closeWindow a, #closeWindow a:visited  {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	color: red;
	text-decoration: none;
	padding: .2em;
}	
#closeWindow a:hover, #closeWindow a:active  {
	color: black;
	text-decoration: underline;
}

