body{
  margin:0;
  background-color:#141413;
  text-align:center;
  font-family: Trebuchet MS;
  font-size:12px;
  color:#fff;
  overflow:hidden;
  }
#container{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 600px;
  width: 1000px;
  margin: -300px 0 0 -500px;  
  }
#flashobject{
  width:1000px;
  height: 600px;
  position:relative;
  border:1px solid white;
  z-index:1;
  }
#orderbasket{
  position:relative;
  z-index:2;  
  margin:1px;
  background-image:url("../assets/orderbackground.png");  
  top:-440px;
  width:1000px;
  height:400px;
  display:none;
  }
