/* OVERALL
-------------------------------------------------------------------------------- */
html,
body { margin:0; padding:0; height:100%; background: url(bgflowers.png) no-repeat; }
html>body #wrap {height:100%;} 
#header { width:100%; height: 70px; background: #333333; }
html>body #header { position:fixed; z-index:10; }
html>body #content-wrap {height:100%;} 
html>body #content {padding:6em 1em;} 

a { color: #8bbe00; text-decoration: none; }
a:hover { color: #525252; }
a:active, a:focus { outline: 0; }

h1 { font: 30px "Trebuchet MS", "Lucida Sans", Arial; color: #e88e00; letter-spacing: -0.05em; margin: 0; font-weight: normal; }


/* TEXTURE PREVIEW PAGE
-------------------------------------------------------------------------------- */

#preheader { height: 70px; background: #333333; padding: 0; margin: 0; }
h1 { font: 17px "Trebuchet MS", "Lucida Sans", Arial; color: #fff; letter-spacing: -0.05em; padding: 25px 0; text-align: center; text-transform: uppercase; }
#precenter { text-align: center; }

/* THUMBNAILS 
-------------------------------------------------------------------------------- */

.prethumb { border: 1px solid #d7d7d7; background: #fff; margin: 40px 0; padding: 6px; }
.prethumb a:hover { border: 1px solid #8bbe00; }
