@charset "UTF-8";
/* CSS Document */

* html #index {
behavior: expression(IEPNGFIX.fix(this));
} 

body {
background-color:#000000;
margin:0;
padding:0;
}

#index {
position: absolute;
width: 640px;
height:600px;
left: 50%;
top: 50%;
margin-left: -320px;
margin-top: -300px;
}