/*background is written wrong: this is how you had it:  and the following is how it should be:
body { background-color: background.jpg; }
*/

body {
background-image: url(../background.jpg);
margin: 0px;
}


#flashSwf { width: 800; height: 1000; min-height: 800px; margin-top: 0px; padding-top: 0; border: 0; wmode: transparent; }

