/* CSS Document */

body {
     color:#CCCCCC;
	 }

.footer_bg {
     width:707px;
	 height:61px;
	 background-image:url(../vader_images/footer.gif);
	 background-position:top;
	 background-repeat:no-repeat;
	 }

.dark_bg {
     background-image:url(../vader_images/dark_bg.gif);
	 background-attachment:fixed;
     background-repeat:repeat;
	 }
	 
img {
     border:0px;
	 }	 
	 
/** LINKS */

a {
	color: #CD9469;
}

a:hover {
	text-decoration: none;
}

.content_bg {
     background-image:url(../vader_images/content_bg.jpg);
	 background-position:top left;
	 background-repeat:no-repeat;
	 background-attachment:fixed;
	 }
.wide_background {
     background-image:url(../vader_images/wide_background.gif);
	 background-position:center;
	 background-repeat:repeat-y;
	 background-attachment:fixed;
	 }
	 
.artists {
    font-size:14px;
	}
	
.links {
    text-align:center;
	}
	 
th {
     color:#FFC776;
	 font-weight:bolder;
	 text-align:left;
	 }
