html {
    background: none repeat scroll 0 0 #e3e5da;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}


body {
    background: url("plane2.jpg") no-repeat scroll center -300px #e3e5da;
	-webkit-background-size: 2000px 1442px
    color: #002233;
    display: block;
    font-family: trebuchet ms;    
    margin: 0;
    min-height: 100%;
    min-width: 1000px !important;
    padding: 10px 0 0;
}
#wrapper {
    color: #002233;
    display: block;
    margin: 0 auto;
    width: 940px;
}
center table {
    border-radius: 10px;
    font-size: 1em !important;
    margin-top: 30px;
    width: 980px;
}
.firm {
    color: #313163;
    font-size: 1.3em;
    font-style: italic;
    margin: 0;
    text-align: right;
    text-shadow: 1px 1px 0 #FFFFFF;
}