/* CSS Document */

body {
margin: 0px;
background-image: url(images/homenew_bg.jpg);
background-repeat: repeat-x;
background-color: #65870e;
}

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

.footerpos {
margin-top: 75px;
}

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


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