body {

   margin: 0;
   background: #FFFFFF;
   font: normal 14px Times New Roman, serif;
   color: #000000;
}

div#container {

   position: relative;
   margin: 50px auto 0 auto;
   width: 800px;
   height: 600px;

}

div#iframe {

   position: absolute;
   top: 215px;
   left: 20px;
   width: 320px;
   height: 280px;
   background: #FFFFFF;

}

img {

   border: 0;

}

