@charset "utf-8";
* {
margin:0px;
padding:0px;
}
html, body {
height:100%;
overflow: hidden;
}
html>body {   /*-- for !IE6.0 --*/
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;}
body{
background:#fff;
margin:0;
padding:0;
width:100%;
height:100%;
overflow: hidden;
}
.start{
display:block;
background: url(image/comingsoon.gif) center center no-repeat;
width:100%;
height:100%;
position:absolute;}

