body {
	background-color: #C5E5F5; 
        background-image: url("./images/bg.png");
        background-repeat: repeat-y;
        background-position: center;
}
header {
       background: #C5E5F5 url(images/bg.png) repeat center; 
}

#nws-header {
  display: block;
  width:100%;//988px;
  height: 60px;
  box-shadow: 0px 2px 4px #d3d3d3;
  text-align: center; 
}

#nws-header a {
  border: 0;
}

#wrapper {
  min-height: 100%;
  position: relative;
  width: 988px; //THIS CONTROLS CONTENT WIDTH
  overflow: visible;
  margin: auto;
}

#main {
  position: relative;
  padding: 0px 10px;
  top: 0px;
  padding-bottom: 20px;
}

#footer {
  float: left;
  bottom: 0px;
  height: 114px;
  box-shadow: 0px -2px 4px #d3d3d3;
  background-color: #FFFFFF;
  width:100%;//988px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top:8px;
  padding-bottom:8px;
  font-size: 8pt;
  clear both;
}

#footer-usa {
  float: left;
}

#footer-address {
  float: left;
  width: 450px;
  position: relative;
  left: 60px;
  font-size: 8pt;
}

#footer-col2 {
  float: left;
  left: 90px;
  position: relative;
  font-size: 8pt;
}

#footer-col3 {
  float: left;
  left: 120px;
  width: 170px;
  position: relative;
  font-size: 8pt;
}

#footer-email {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  line-height: 16px;
  padding-top: 10px;
  font-size: 8pt;
  float: left;
  width: 560px;
  position: relative;
  left: 170px;
}

