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

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

#index
{
position: absolute;
width: 400px;
height:450px;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -225px;
}