html {
    margin: 0;
    padding: 0;
}

body {
  margin: 20px 55px 5px 10px;
  padding: 0;
  background: #f0ffe3;
  color: #334; 
  font: 16px/1.6 Palatino, Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

body#gallery {
     background: #f0ffe3 url(/media/threadless-tee.png) 98% 98% no-repeat fixed;
}

h1 {
  margin: 0;
  padding: 0 0 100px;
  color: #8bd;
  font: 30px Georgia, "Times New Roman", Times, serif;
  text-align: center;
  background: url(http://www.threadless.com/imgs/logo.gif) 50% 100% no-repeat;
}

a {
  color: #37c;
}

#wrapper {
  width: 440px;
  margin: 0 auto 0;
  padding: 10px 20px 40px;
  border: 1px dotted #898;
  background: #fff;
  text-align: left;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#coupon {
  margin: 1.6em 0;
  text-align: center;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#coupon a {
  display: block;
  border: 1px outset #fb7;
  background: #efc;
  padding: 15px 15px;
  color: #c60;
  font-size: 160%;
  font-weight: bold;
  font-family:  Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Arial Unicode", Verdana, sans-serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#coupon a:hover {
    color: #d72;
    background: #efb;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

li {
  margin: 10px 0;
  padding: 5px;
  border: 1px dotted #ccc;
  list-style: none inside;
  font-size: 110%;
}

li a img {
  width: 100px;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  padding-right: 5px;
}

.nicebutton {
    margin-top: -4px;
    padding: 4px auto;
    color: #000;
    font: 1em "Lucida Grande", Helvetica, Arial, sans-serif;
    -webkit-appearance: button;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
}

.nicebutton:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd))
}

#close {
    position: absolute;
    right: 5px;
    top: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
}

sup {
    color: #c00;
}

