/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.


/* Repeating Tiled Background Image*/
body.custom {
background-image: url('http://tumblemoose.com/wp-content/uploads/2010/10/bwsidebar2.jpg');
background-position: center top;
}
body.custom div#header {
background-image: url('http://tumblemoose.com/wp-content/uploads/2010/10/bwsidebar2.jpg');
background-position: center -30px;
}
}
*/
