/* CSS Document */

body {
margin: 0px;
background-color: #035176;
}

.footerbg {
background-image: url(images/homenew_footerbg.jpg);
background-repeat:no-repeat; /*added*/
background-color:#045278;
height: 63px;
width: 780px;
}

.footertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fbfcfa;
}

a.footerlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fbfcfa;
text-decoration: underline;
}

a.footerlink:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #bbe5f8;
text-decoration: none;
}