@font-face {
  font-family: AmericanTypewriter Light;
  font-style:  normal;
  font-weight: normal;
  src: url(AMERICA1.eot);
}

@font-face {
  font-family: AmericanTypewriter LightA;
  font-style:  normal;
  font-weight: normal;
  src: url(AMERICA0.eot);
}

BODY {
  background-image: url(images/bg-sneakers.png);
  background-repeat: no-repeat;
  background-color: #CC0000;
  background-attachment: fixed;
  background-position:  bottom right;
  font-family: AmericanTypewriter LightA;  
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height:1.25;
  behavior: url(iepngfix.htc);  
}

A:hover {
	TEXT-DECORATION: underline; 
	COLOR: #CCCCCC;
}
A:link {
	COLOR: #CC0000;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #CC0000;
    TEXT-DECORATION: none;
}


DIV {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#gradient {
  background-image: url(images/bg-gradient.gif);
  width: 100%;
  height: 381px;
  background-repeat: repeat-x;
}

#redsneak {
  background-image: url(images/bg-redsneak.png);
  width: 262px;
  height: 36px;
  top: 91px;
  right: 0px;
  position: absolute;
  behavior: url(iepngfix.htc);
}

#ers {
  background-image: url(images/bg-ers.png);
  width: 58px;
  height: 26px;
  top: 100px;
  position: absolute;
  behavior: url(iepngfix.htc);
}

#header {
  width: 600px;
  height: 69px;
}

#footer {
  background-image: url(images/footer.png);
  width: 600px;
  height: 103px;
  bottom: 0px;
  position: relative;
  behavior: url(iepngfix.htc);
}

#paper {
  left: 75px;
  width: 600px;
  position: absolute;
}

#content {
  background-color: white;
  border: solid 20px white;
}

.caption {
  font-size:13px;
}

.caption-sm {
  font-size:10px;
}