@charset "utf-8";
@import url("header.css");
@import url("reset.css");
@import url("footer.css");
body{background: #e8f5ff;}
.content{width: 1240px; height: auto; overflow: hidden; margin: 0 auto; background:#fff;}
.contents{width: 100%; height: auto; overflow: hidden; position:relative;}
.contents .loadding{position: absolute; width: 100%;height: 100%;left: 0px; top: 0px; background: url(/images/loading3.gif) center 80px no-repeat rgb(255, 255, 255);}
