body {
    font-family: Tahoma, Arial, Verdana;
    background-image: url("/images/logos/back.gif");
}

div#share-this {
    text-align: center;
    background-color: #999;
    padding: .2em;
    border: 1px solid #000;
    font-size:.7em;
    width: 700px;
    padding: 2px 40px;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    margin: 0;
    left: 50%;
    margin-left: -391px;
    
}

div#container {
    background-color: #FFF;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 40px;
    margin-bottom: 15px;
}

hr#header-divider {
    margin-bottom: 3em;
    margin-top: 0;
}

h1 {
    font-size: 1.5em;
    text-align: center
}

h2 {
    font-size: 1.2em;
    text-align: center
}

 
div.section {
    margin-bottom: 30px;
}

div.join h2 {
    font-size: 3em;
    margin: 0;
    padding: 0;
}

div#analytics {
    text-align: center
}

div.testimonial {
    margin: 2.5em;
    font-size: .8em;
    padding: 1em;
    border: 1px double #900;
    background-color: #EDC;
}

div.testimonial p.title {
    font-size: 1.5em;
    color: #900;
    text-align: center;
    font-weight: bold;
    padding-top: 0;
}

div.testimonial p.player {
    font-weight: bold;
    font-style: italic;
    text-align: right;
}