body {
/*
     background-image: url("http://vegangeek.ca/images/drip.jpg"); 
     background-repeat: no-repeat;
     background-position: fixed;
     background-attachment: fixed;
*/
     background-color: #535443;   
     color: white;
     font-family: verdana, geneva, sans-serif;
     font-size: 0.9em;
     line-height: 1.8em;
}

#wrapper {
 
     border: 1px solid black;   
     width: 1000px;
     min-width: 780px;
     margin: 0 auto;
}

#navigation {
    text-align: center;
}

#valid {opacity: 0.3; text-align: center;}

a {text-decoration: none; color: yellow;} 

#content {

    border: 1px solid black;
    background-image: url("../images/hand.png");
    background-repeat: no-repeat;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
}

.firstfloat { 
    float: left;
    padding: 5px;
    
}

img.first { border: 1px dashed white; }

img.thumbleft   { margin: 10px; border: 1px dashed white; }
img.thumbright  { margin: 10px; border: 1px dashed white; }
img.thumbcenter { margin: 10px; border: 1px dashed white; }

.centeredimage {

    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

h2.title { font-style: italic;  }
