body {
background-repeat: repeat-y;
background-attachment: fixed;
background-position: top center;
background-color: #792a27;
background-image: url(../../assets/images/mainbg2.gif);
}
#nav {
font-family: Verdana;
font-size: 11px;
}
#nav span {
padding-bottom: 3px;
padding-top: 15px;
}
#nav a {
color: #FFFFFF;
text-decoration: none;
}
#nav a:hover {
text-decoration: underline;
}
#nav .btm {
padding-top: 0px;
position: relative;
padding-bottom: 10px;
}