@charset "utf-8";
/* CSS Document */

* { font-family: Verdana, Arial, Helvetica, sans-serif; }

body { text-align: center; }

body, div, p { font-size: 12px; }

a { color: #ff6600; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrap { margin: 120px auto; width: 400px; text-align: center; padding: 10px; border: 1px dotted #ff6600; }
#wrap h1 { display: none;} 
#wrap .sale { font-size: 18px; padding-bottom: 5px; color:#FF0000; }

