body {
  color: white;
  background-color: #000000;
  font-size: 12pt;
  opacity: 0.999;
  text-align: center;
  font-family: Helvetica, Sans Serif;
  background-image: url(../../images/bgimage.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}
#wrap {
  margin: 20px auto 0px;
  width: 900px;
  text-align: left;
  overflow: hidden;
}
#main_content {
  position: relative;
  width: 900px;
  font-size: 11pt;
  text-align: left;
  color: white;
  overflow: hidden;
}
a:active {
  color: white;
}
a:link {
  text-decoration: none;
  color: #a0a0a0;
}
a:visited {
  text-decoration: none;
  color: #a0a0a0;
}
a:hover {
  color: white;
}
h1 {
  text-align: left;
  color: white;
  position: relative;
  overflow: hidden;
}
h2 {
  text-align: right;
  font-size: 10pt;
  position: relative;
  padding-bottom: 5px;
  width: 900px;
  color: white;
  border-bottom: 1px solid white; 
  overflow: hidden;
}
h3 {
  text-align: center;
  position: relative;
  width: 900px;
  margin-bottom: 0px;
  font-size: 10pt;
  padding-bottom: 5px;
  color: white;
  padding-top: 5px;
  overflow: hidden;
}
#footer {
  position: relative;
  width: 900px;
  text-align: left;
  float: left;
  font-size: 8pt;
  color: #404040;
  padding-bottom: 10px;
  overflow: hidden;
}
#footer a:active {
  color: white;
}
#footer a:link {
	color: #404040;
}
#footer a:visited {
  text-decoration: none;
  color: #404040;
}
#footer a:hover {
	color: white;
}
#foot_right {
	position: absolute;
	width: 400px;
	text-align: right;
	right: 0;
	top: 0;
	overflow: hidden;
}