@charset "utf-8";
/* CSS Document */
* { margin: 0px; padding: 0px; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; background: url(../images/layout-bg1.jpg) repeat-x 0 0; }
li { list-style: none; }
a { text-decoration: none; }
img { border: none; }

.layout { width: 1100px; height: 700px; margin: 0 auto; background: url(../images/layout-bg1.jpg) repeat-x 0 0; }

.in-layout { width: 732px; margin-left: 183px; }

.header { height: 375px; background: url(../images/head-bg1.jpg) no-repeat 0 0; position: relative; }

.enter { position: absolute; left: 103px; top: 258px; }
.leave { position: absolute; left: 64px; top: 329px; }

.mainer { height: 250px; background: url(../images/main-bg1.jpg) no-repeat 0 0; position: relative; }

.title { position: absolute; left: 167px; top: 49px; }

.main-desc { width: 410px; text-align: center; position: absolute; left: 169px; top: 135px; }
.main-desc h1 { font-size: 20px; font-weight: normal; color: #000; }
.main-desc p { color: #000; line-height: 16px; }

.footer { width: 732px; height: 75px; background: url(../images/foot-bg1.jpg) no-repeat 0 0; text-align: center; line-height: 75px; position: relative; }

