/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  min-width: 850px;
  background: #938D78 url(cssimg/background_tile.jpg) repeat-x;
 }

#flashwrapper {
  
  color: white;
  margin: 0 auto;
  background: black;
  width: 790px;
  height: 741px;
  padding: 0;
}