/*== Different images on the main page and interior: ==*/
html, body {background:#999 url(/images/bg.jpg) 50% 0  repeat-y;}

div#shiv {
    margin-top: -900px;
}

/*== Positioning to the center ==*/
div#centered {
	margin: 0 auto;
	width: 955px;
	height: 1200px;
}

/* ---- footer links ---- */
/* The div that holds the "sitemap/moreinformation/BZ Coppyright */
#tabbar { margin: 0 auto; width: 935px; padding-left: 10px;}
/* The div within the tabbar, which holds the sitemap/moreinfo links */
#tab{}
/* The div that holds the BZ coppyright */
#bz {padding-right: 10px;}

/* ---- Links for everything within the sitemap/moreinformation/footer ---- */
/* The BZ Footer links */
#tabbar a{color: #FFF;}
#tabbar a:link{color:#FFF;}
#tabbar a:active{color:#F00;}
#tabbar a:visited{color:#FFF;}
#tabbar a:hover{color:#F00;}

/* Bz Coppy Right link */
#bz a{color: #FFF;}
#bz a:link{color:#FFF;}
#bz a:active {color:#F00;}
#bz a:visited{color:#FFF;}
#bz a:hover{color:#F00;}

#bzcopyright a {color: #FFF; }
#bzcopyright a:link {color: #FFF; }
#bzcopyright a:active {color: #F00; }
#bzcopyright a:visited {color: #FFF; }
#bzcopyright a:hover {color: #F00; }

/* General links inside the More information section links section */
#sitecontent a {color: #FFF; }
#sitecontent a:link {color: #FFF; }
#sitecontent a:active {color: #F00; }
#sitecontent a:visited {color: #FFF; }
#sitecontent a:hover {color: #F00; }
