body {
  color: #FFFFFF;
  background: #920000 url(../images/backing.gif) no-repeat; /*396C8B*/
  //background: #920000 url(../images/backing.jpg) no-repeat; 
  margin: 0px;
  background-position: 0px 0px; /* 0% 0% 23% 20%*/
}
.container {
  /*color: #000000;*/
  /*background: transparent;*/
/*  text-align: center;*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block
}
.announce {
  color: #FFFFFF;
  background-color: transparent;
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  visibility: visible
}

.wrapper {
  /*background: #FFFFFF; EEEFF2*/
/*  background: transparent;*/
  width: 770px;
  min-height: 800px;
/*  margin: 0 auto; /* setting to 0 center on page with http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd */
/*  padding: 10px 10px 10px 10px;
  margin-top: 20px; */
}

.pageContent {
  /*background: #FFFFFF;*/
  /*background: transparent;*/
  width: 770px;
  min-height: 800px;
  padding: 10px 10px 10px 10px;
  margin-top: 90px;
}

.transparentbg {
	background: transparent;
}

.redbg {
	background-color: #8A0021;
}

.whitebg {
	background-color: #FFFFFF;
}

.blackbg {
	background-color: #000000;
}

#menu_png {
	height: 97px;
	width: 698px;
	zoom: 1.0;
	z-index: 222;
	top: 0px;
	left: -5px;
	position: absolute;
	background: url(../images/mainmenu.png) no-repeat;
}

#ie_menu_png {
	height: 97px;
	width: 698px;
	zoom: 1.0;
	z-index: 220;
	top: 0px;
	left: -5px;
	position: absolute;
	background: url(../images/mainmenu.png) no-repeat;
}
/*
.answer {
  display: none;
  margin-bottoms: 10px;
}
*/
.hideAnswer {
  display: none;
}

.showAnswer {
  display: inline;
}


#footer{
	width:100%;
	border-top:1px solid #CCCCCC;
	clear:both;
	height: 100px;
	background: transparent;
  color: #FFFFFF;
}

#footer p{
margin:0px 0px 10px 0px;
padding:0;
}

#footer img{
padding:4px;
margin:8px;
background:#F7F7F7;
border:1px solid #A4A4A4;
}

#footeradverts img{
border:none;
margin:0;
padding:0;
}

#footer a:link, #footer a:visited{
color:#C13F00;
text-decoration:none;
border-bottom:1px dotted #C13F00;
}

#footer a:hover{
color:#333333;
text-decoration:none;
border-bottom:1px dotted #333333;
}

#copy{
position: absolute;
	right: 37px;
	bottom: 0px;
	color: #8A0021;
	margin-bottom: 10px;
}
