body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 0;
}
#content {
    width: 450px;
    margin: 0 auto;
    padding: 15px;
    background: white;
    border: 8px solid red;
    background-repeat: no-repeat;
    background-image: url("flames2.jpg");
    background: url("flames2.jpg") no-repeat center center fixed;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    background-size: 500px 800px;
}
h1 {
    color: white;
}

h2 {
    color: white;
}

label {
    color: white;
    width: 10em;
    padding-right: 1em;
    margin-left: 2em;
    float: left;
}
#data input {
    float: left;
    width: 15em;
    margin-bottom: .5em;
}
#buttons input {
    float: left;
    margin-bottom: .5em;
}
br {
    clear: left;
}
