html, body, div, span, h1, h2, h3, form, p { margin: 0; padding: 0; }


html {
    -webkit-text-size-adjust: none;
}
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    background: #ff6600;
    color: #333;
}
p {
    line-height: 150%;
}
a {
    color: rgb(255,102,0);
    text-decoration: none;
}

#mybg {
    margin-left: auto;
    margin-right: auto;
    width: 68%;
    background-image: url('/bg/green600.jpg');
}

.page {
    border: 2px solid #ffff00;
    min-height: 596px;
}

.quote {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 3%;
    width: 70%;
    background: #fff;
    color: #383838;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
}
