@import url(z5_trans_dark.css);

html {
 background: #000 url(links/moon_rabbit.jpg) fixed;
 background-position: 0 0;
 background-repeat: repeat-y;
} 

body {
/* background-color: transparent; */
} 

#top {
 background: #666 url(links/moon_rabbit_p.jpg) fixed;
 background-position: 0 0;
 background-repeat: repeat-y; 
} 

#main {
 background: #666 url(links/moon_rabbit_p.jpg) fixed;
 background-position: 0 0;
 background-repeat: repeat-y; 
}

#nav ul {
}

#nav li a:link {
 background: url(links/moon_rabbit_p.jpg) fixed;
 color: #000;
}

#nav li a:visited {
 color: #bbb;
 background: url(links/moon_rabbit.jpg) fixed;
 background-position: 0 0;
 background-repeat: inherit;
}

#nav li a:hover {
 color: #fff;
 background: url(links/moon_rabbit.jpg) fixed;
 background-position: 0 0;
 background-repeat: inherit;
}

#right {
 background: url(links/moon_rabbit.jpg) fixed; 
 background-position: right -450px;
 background-repeat: no-repeat;
}

#subnav li {
 background: url(links/moon_rabbit_p.jpg) fixed;
 background-position: right -450px;
 background-repeat: no-repeat;
}

