@import url(z5_ddd.css);

html {
 background: #bbb url(sketchbook/mermaid_c.gif) fixed;
 background-position: -50px 0;
 background-repeat: no-repeat;
} 


body {
 background: transparent;
}


#main {
 background: #ddd url(sketchbook/mermaid_p.jpg) fixed;
 background-position: -50px 0;
 background-repeat: no-repeat;
 border-width: 0;
} 


 #nav ul {
 background: #bbb url(sketchbook/mermaid_c.gif) fixed;
 background-position: -50px 0;
 background-repeat: no-repeat;
} 

#nav li a:link {
 background: #bbb url(sketchbook/mermaid_p.jpg) fixed;  
 background-position: -50px 0;
 background-repeat: no-repeat;
}

#nav li a:visited {
 color: #fff;
 background: #bbb url(sketchbook/mermaid_c.gif) fixed;
 background-position: -50px 0;
 background-repeat: no-repeat;
}

#nav li a:hover {
 color: #f00;
 background: #bbb url(sketchbook/mermaid_c.gif) fixed;
 background-position: -50px 0;
 background-repeat: no-repeat;
} 

#main p, em, a, ul, li, h1, h2, h3 {
 background: #ddd url(sketchbook/mermaid_p.jpg) fixed;  
 background-position: -50px 0;
 background-repeat: no-repeat;
}

#top h1, ul {
 background: #666 url(sketchbook/mermaid_100x200.gif) fixed;
 background-position: 150px 15px;
 background-repeat: no-repeat;  
 border: none;
}


