/* ---------------------------------------- */

div#header {
 width: 800px; /* the combination of width, margin-left and margin right will center the div */
 margin-left: auto ;
 margin-right: auto ;
 background-image: url(images/HeaderPano.jpg);
 background-color: #FBDBB0;
 border-width: 5px;
 border-color: #FBDBB0;
 border-style: solid;
}

/* ---------------------------------------- */


