body {
    color: #000;
    background-color: #FFF;
    background-image: url("bg.gif");
    background-repeat: repeat-x;
    background-position: 0px 30px;
    text-align: center;
    font-family: Tahoma, Verdana, Geneva, Arial, Sans;
    font-size: small;
    margin: 30px;
    padding: 0px;
}

h1 span {
    display: none;
}

h1 {
    margin: auto;
    margin-top: 0px;
    height: 283px;
    width: 457px;
    background-image: url("tascam.gif");
}

a.artist:link, a.artist:active, a.artist:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

a.artist:hover {
    color: #cd6437;
    font-weight: bold;
    text-decoration: underline;
}

a:link {
    color: #844232;
    font-weight: normal;
    text-decoration: none;
}
a:active, a:visited {
    color: #d97f5c;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #cd6437;
    font-weight: normal;
    text-decoration: underline;
}

img {
    border: 0px;
    margin: 7px;
}

p.logo  {
    margin-top: 100px;
}

span.discret {
    color: #777;
    font-size: 0.7em;
}