@import url("../style.css");
@import url("forum.css");
body {background-color: #bbb;}
a {color: #990000;}
#sidenav a, .heading{color: #fff;}
table th {background-color: #990000; color: #fff;}
table tr.loanfrom {background-color: #ffa;}
table tr.loanto {background-color: #aaa; color: #666}
hr.league {border-top: 2px dashed #990000;}

#wrapper {background-image: url('full.jpg');}
#wrapper.full {background-image: url('contentfull.jpg');}
#header {background-image: url('header.jpg');}
#topnav {background-image: url('footer.jpg');}
#content-top {background-image: url('content-a.jpg');}
#content-base {background-image: url('content-b.jpg');}
#footer {background-image: url('footer.jpg'); background-attachment: scroll; background-position: bottom;}

#wrapper.full {background-image: url('contentfull.jpg');}
#content-top.full {background-image: url('contentfull-a.jpg');}
#content-base.full {background-image: url('contentfull-b.jpg');}

