@charset "utf-8";
.html, body {
height: 100%;
margin: 0;
padding: 0;
background-color:#CCC;
}

#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;

}
.scrolling-text {
	font-size: 16px;
	display: table;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000099;
	
}
.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	font-weight: bolder;
	letter-spacing: 1px;
}
.top-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color:#999
}
.alinks {
  background: url(right-green.gif) #CCC no-repeat 95% 50% !important;
  font: larger large bold 0.7em tahoma, verdana, sans-serif;
  color:#366;
}
/* a:link {color: red;   text-decoration: none;} 
a:visited {color: green; text-decoration: none;} 
a:hover {color: blue; text-decoration: underline;} 
a:active {color: yellow}  */




          <!--[if IE 6]>
          .html { overflow-y: hidden; }
          .body { overflow-y: auto; }
          #bg { position:absolute; z-index:-1; }
          #content { position:static; }
          <![endif]-->

