@charset "utf-8";
/* CSS Document */

body {
  background: #2c5c81; text-align: center;   min-width: 992px;}
  
#bgimage {
  position: absolute; top: 0; left: 0; height: 600px; width: 400px;    background: url('museum.png') no-repeat;
  }
  
#bgimage2 {
  position: absolute; top: 0; right: 0; height: 600px; width: 400px; background: url('museum2.png') no-repeat;
  }
  
#cut {
  height: 586px; width: 990px; margin:0 auto;
  }