body {
    background-image: url(../images/white-papergrain.png);
    background-repeat: repeat;
    margin-top: 0px;
}
#divcontent {
    -moz-border-radius: 10px;
    -webkit-border-radius: 20px;
    border-radius: 10px;
    border: 2px solid #999;
    padding: 15px;
}
#divorder {
    -moz-border-radius: 10px;
    -webkit-border-radius: 20px;
    border-radius: 10px;
    border: 5px solid #000;
    border-style:dashed;
    padding: 30px;
}
#divguarantee {
    -moz-border-radius: 10px;
    -webkit-border-radius: 20px;
    border-radius: 10px;
    border: 5px solid #000;
    border-style:solid;
    background-color:#FFF;
    padding: 30px;
    }
#testimonial {
    border-top: #999 2px solid;
    border-bottom: #999 2px solid;
    padding: 15px;
    background:url(../images/testimonial-background-yellow.png)
}
body,td,th {
    font-family: Arial, Helvetica, sans-serif;
}
.yellowbackground {
    background-color: #FF0;
}
.orange {
    color: #F60;
}

.menu {
    margin-top: 2em;
    text-align: center;
}

.order-button-container {
    text-align: center;
}

.page-download h1 {
    text-align: center;
}