#bg {	  
	position: fixed; 	  
	top: 0; 	  
	right: 0; 	  
	z-index: -1;			 
	
	/* Preserve aspect ratio */	  
	width: auto;	  
	height: 100%;	
}

html {
    overflow-y: scroll;
}

@font-face {
   font-family: press;
   src: url(press_style_serif_ttf);
}

div.press {
   font-family: myFirstFont;
}

body {
	background: #000000;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
}

a:active {
	color:  #000084;
}

a:hover {
	color: #aaaaaa;
}

a:link {
	color:  #000084;
}

a:visited {
	color:  #000084;
}

a.bare {
	text-decoration: none;
}

div.button {
	font-weight: bold;
	background-color: #B7D4E8;
	background-image: url(../img/subtle2.png);
	background-repeat: no-repeat;
	border-color: #000084;
	border-style: solid;
	border-width: 2px;
	clear: left;
	float: left;
	margin: 0.25em 0.25em 0.25em 0.25em;
	padding: 0.25em 0.25em 0.25em 0.25em;
	text-align: center;
	width: 6em;
}

div.button:hover {
	background-color: #FFFF33;
}

div.content {
	padding: 0.25em 0.25em 0.25em 0.25em;
}

div.menu {
	float: left;
	margin: 0.25em 0.25em 0.25em 0.25em;
	padding: 0.25em 0.25em 0.25em 0.25em;
}

hr {
	background-color: #000084;  
	border-width: 1pt;
	border-color:  #ffffff;
	border-style: solid;
	color: #ffffff;  
}

<style>

#tabMenu {
background:#000000;
margin:10px 0 0 0;
padding:5px 0 0 50px;
}

ul.topnev {
margin:0;
padding:0;
list-style:none;
border:#000;
}

ul.topnev li {
margin:0;
padding:0;
list-style:none;
display:inline;
}

ul.topnev li a {
padding:10px;
font:bold 20px/34px Helvetica, sans-serif;
text-decoration:none;
color:#00FF00;
\* To change to neon green, use: #60E60B  
\* To change to red, use: #af111c
\* To change to Matrix green, use: #23C114
\* To change to light blue, use: #3399FF
}

ul.topnev li a:hover {
background:#FFF;
color:#3e3a3a
}

ul.topnev li a.active {
background:#ffffff;
color:#3e3a3a
}

@font-face {
font-family: "mainframe";
src: url("fonts/MAINBB.TTF");
font-weight: 100; 
}

@font-face {
font-family: "bitwise";
src: url("fonts/bitwise.ttf");
font-weight: 10; 
}

@font-face {
font-family: "bytes";
src: url("fonts/bytes.ttf");
font-weight: 100; 
}

p.pos_fixed_01 {
position: fixed;
bottom: 10px;
left: 15px;
}
		
p.pos_fixed_02 {
position: fixed;
bottom: 100px;
left: 100px;
}

p.pos_fixed_03 {
position: fixed;
bottom: 100px;
left: 10px;
}

p.pos_fixed_04 {
position: fixed;
bottom: 10px;
right: 10px;
}

p.pos_fixed_05 {
position: fixed;
bottom: 28px;
right: 53px;
}

p.pos_fixed_06 {
position: fixed;
top: 10px;
left: 10px;
}
		
/* unvisited link */
a:link {
color: #3399FF;
text-decoration: none;
}

/* visited link */
a:visited {
color: #3399FF;
text-decoration: none;
}

/* mouse over link */
a:hover {
color: #3399FF;
text-decoration: none;
}

/* selected link */
a:active {
color: #3399FF;
text-decoration: none;
}
		
.left {
position: absolute;
left: 30px;
width: 100px;
}

.uscertfeed {
position: absolute;
right: 10px;
width: 200px;
}

.center {
margin-left: auto;
margin-right: auto;
width: 50%;
}

.bottomcenter{
position:fixed;
bottom:15px;
left: 45%;
}
		
.bottomright{
position:fixed;
bottom:15px;
right: 100px;
}

.topright{
position:fixed;
top:15px;
right: 15px;
}
		
.notbold{
font-weight:normal
}

</style>