/***********************************************/
/* Developer:                                  */
/* http://www.neologica.ru                     */
/***********************************************/
*{
  margin: 0px;
  padding: 0px;
}
html,body{height: 100%;}
html,body{overflow:hidden;}
/***** main *******************************************************************/

#container{
	position: relative;
	width: 1600px; height: 1200px;
	background: #fff url(../images/New_BgWeb.jpg) left top no-repeat;
}

#flashcontent{
	position: absolute;
	top: 308px; left: 400px;
  width: 800px;
  height: 600px;
}

object { outline: none; }
