html, body {
height:100%; 
margin:0; 
padding:0;
background-color:#000000;
text-align: center;
font-family: 'Courier New', Courier;
color: #990000;
z-index:1
}
/* Set the position and dimensions of the background image. */
#page-background {position:fixed; top:0; left:0; width:100%; }
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {position:relative; z-index:1; padding:0}


#centerpic {
padding-top:10px;
align: center;
color: #FFFFFF;
margin:0 auto;
}
#centerform {
padding-top:10px;
align: center;
color: #FFFFFF;
margin:0 auto;
}

#centernews {
padding-top:10px;
align: center;
color: #FFFFFF;
margin:0 auto;
width:750px;
}

#centerlinks {
padding:10px;
align: center;
color: #FFFFFF;
margin:0 auto;
width:400px;
font-size: 16px;
}

#centerlinks a {
color: #990000;
align: center;
text-decoration: none;
}

#centerlinks a:link {
colour: #FFFFFF;
}
#centerlinks a:visited {
colour: #FFFFFF;
}
#centerlinks a:hover {
colour: #990000;
}
#centerlinks a:active {
colour: #FFFFFF;
}

#topmenu {
padding: 10px;
margin: 0 15px 10px 15px;
text-align: center;
font-family: 'Courier New', Courier;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
letter-spacing: 0.1em;
line-height: 1;
color: #ffffff;
}
#topmenu a {
padding: 20px;
text-decoration: none;
}
#topmenu a:link {
color: #FFFFFF;
}
#topmenu a:visited {
color: #FFFFFF;
}
#topmenu a:hover {
color: #990000;
}
#topmenu a:active {
color: #FFFFFF;
}
#bottommenu {
padding: 10px;
margin: 0 15px 10px 15px;
text-align: center;
font-family: 'Courier New', Courier;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
letter-spacing: 0.1em;
line-height: 1;
color: #ffffff;
}
#bottommenu a {
padding: 20px;
text-decoration: none;
}
#bottommenu a:link {
color: #FFFFFF;
}
#bottommenu a:visited {
color: #FFFFFF;
}
#bottommenu a:hover {
color: #FFFFFF;
}
#bottommenu a:active {
color: #FFFFFF;
}





#linksout {
float: right;
padding-top:10px;
padding-right:20px;
text-align: right;
color: #FFFFFF;
text-decoration: none;
}

#linksout a:link {
text-decoration: none;
color: #FFFFFF;
}
#linksout a:visited {
text-decoration: none;
color: #FFFFFF;
}
#linksout a:hover {
text-decoration: none;
color: #FFFFFF;
}

.fleft {
float: left;
width:50%;
clear: left;
}
.fright {
float: right;
width:50%;
clear: right;
}
.width350 {
width: 350px;	
}
.centered {
margin:0 auto;	
}
.sendbutton {
cursor:pointer;
border:outset 1px #990000;
width:350px;
font-weight:bold;
padding: 1px 2px;
background-color: #FFFFFF; 
color:#990000;
}
.sendbutton:hover{
background:#990000;
color:#FFFFFF;
}

#industry {
width: 600px;
padding-top:50px;
align: center;
color: #FFFFFF;
margin:0 auto;
}
