body {
    background: url('bg.png');
}

h1 {
    color: #303030;
    font-size: 1.3em;
    font-weight: bolder;
    margin: 10px 0px 5px 15px;
}

h2 {
    color: #505050;
    font-size: 1.2em;
    margin: 2px 0px 1px 0px;
}

h3 {
    color: #505050;
    font-size: 1.0em;
    margin: 2px 0px 1px 0px;
}

a {
    color: #760;
    font-weight: 900;
    text-decoration: none;
/*    border-bottom: thin dotted #760; */
}

a:hover {
    color: #000;
}

#platter {
    background: url('platter.png') no-repeat;
    width: 614px;
    height: 613px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

#platter, input, td {
    font-family: 'Helvetica';
    font-size: 0.8em;
    color: #505050;
}

input {
    margin: 1px;
    border: 1px solid #777;
}

#pronounce {
    font-size: 0.6em;
    margin-top: 7px;
    text-align: center;
}

#platter-abs {
    position: absolute;
    width: 614px;
}

#platter-content {
    padding-left: 120px;
    padding-top: 50px;
    width: 300px;
}

#content {
    background: url('platterbg.png');
    border: 5px solid #678;
    width: 700px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    font-family: "Helvetica";
}

.letter {
    position: absolute;
    display: none;
}

#subscribe {
    color: #333;
    font-family: 'Helvetica';
    font-size: 0.8em;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    top: 470px;
    left: 180px;
}

#copyright {
    color: #777;
    font-family: 'Verdana';
    font-size: 0.5em;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
