@charset "utf-8";
/* CSS Document */
* { margin: 0px; padding: 0px; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: #000; }
li { list-style: none; }
a { text-decoration: none; }
img { border: none; }

.layout { width: 600px; margin: 0 auto; padding-top: 15px; background: #000; }

.header { width: 600px; height: 350px; background: url(../images/intro.gif) no-repeat 0 0; position: relative; }
.header img { width: 600px; height: 350px; display: block; }
.header a { color: #000; font-size: 14px; font-weight:600; }
.header a:hover { color: #fff; }
.enter { position: absolute; left:429px; top:317px; }
.lever { position: absolute; left:129px; top:317px; }

.mainer { width: 600px; height: 170px; color: #fff; background: #000; position: relative; }
.m-pp1 { margin-top: 20px; }
.m-pp2 { margin-top: 20px; margin-left: 40px; }
.m-pp3 { margin-top: 20px; }

.footer { width: 600px; height: 50px; background: #000; text-align: center; line-height: 50px; color: #fff; position: relative; }
