* {
    margin: 0px;
    font-family:Optima,Georgia,Helvetica,Arial,sans-serif;
    font-size:10pt;
    width: 100%;
}

a {
    color: #006990;
}

#hello {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 400px;
}

#hello img {
    margin-bottom: 30px;
}

p {
    text-align: justify;
    margin-bottom: 10px;
}

.centered {
    text-align: center;
}

#contact_link {
    margin-top: 10px;
}

hr {
    border: 0;
    width: 100%;
    color: #ccc;
    background-color: #ccc;
    height: 2px;
    margin-bottom: 50px;
    margin-top: 50px;
}

/* form stuff */

#contact_form {
    margin: 0px;
    height:18px;
    font-size: 16px;
}

#email {
    width: 200px;
}

#submit {
    width: 70px;
}

.error {
    color: #a30;
    font-weight: bold;
}

.idle_field {
    color: #666;
}

.focus_field {
    color: #000;
}

/* player stuff */

#demo_player {
    /*margin-bottom: 60px;*/
}


