@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
background-image: url(images/nav/bg.png);
background-repeat:repeat-x;
background-color: #3C0000;
}

.footerText {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
padding-right: 10px;
}

.footerText a {
color: #FFFFFF;
text-decoration: none;
}

.footerText a:hover {
text-decoration: underline;
}