* {
    margin: 0;
    padding: 0;
}
p,ul {
    padding-bottom: 15px;
}
ul {
    padding-left: 30px;
}
a img {
    border: none;
}
body {
    width: 980px;
    margin: 0 auto;
    font-family:verdana;
    font-size:11px;
    background: url("../imgs/background.jpg") top center repeat-y;
}
#header {
    height: 196px;
    overflow: auto;
}
h1 a {
    background: url("../imgs/logo.jpg") top right no-repeat;
    width:211px;
    height: 140px;
    margin-left: 53px;
    float:left;
    display:block;
}
h1 a span {
    display:none;
}
#banner {
    background: url("../imgs/banner.jpg") top right no-repeat;
    width: 697px;
    height: 166px;
    float:right;
    border-bottom: 1px solid #fff;
    overflow:auto;
}
#holding_banner {
    background: url("../imgs/hold_banner.jpg") top left no-repeat;
    width: 872px;
    height: 112px;
    clear:both;
    margin-left: 53px;
}

#footer {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-right: 10px;
    color: #999;
    font-size:9px;
}
#footer a {
    color: #999;
    text-decoration: none;
}
.basket_icon {
    display:block;
    background: url("../imgs/basket.jpg") top center no-repeat;
    padding-top: 80px;
    width: 75px;
    margin: 0 auto;
    text-decoration: none;
    color:#000;
    text-align:center;
}