 html, body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
	  background-color:#000000;
      text-align: center;
	  background-repeat:repeat;
  	  background-attachment:fixed;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size:10px;
	
   }
  
  #backgroundMain{
  background:url(../images/jpg/sandKey-BG_002.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top;
}

  #backgroundWeather{
  background:url(../images/jpg/louies-BG_001.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top;
}

  #backgroundNews{
  background:url(../images/jpg/sandKey-BG_004.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top;
}

  #backgroundVideo{
  background:url(../images/jpg/sandKey-BG_005.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top;
}

  #backgroundContact{
  background:url(../images/jpg/WSP-BG_001.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top;
}

  #backgroundLinks{
  background:url(../images/jpg/cottrell-BG_001.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top;
}


#headderBG{
  background:url(../images/png/kwSurf_head_001.png);
  background-repeat:no-repeat;

}

#mainBG{
  background:url(../images/png/white_back_50.png);
  background-repeat:repeat;

}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}


a img { border: 0; }