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

.layout { width: 1000px; margin: 0 auto; }

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

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

.title { position: absolute; left: 320px; top: 160px; }

.main-naves li { float: left; display: inline; }
.main-naves a { font-family: Century; font-size: 32px; color: #CC9900; }
.main-naves a:hover { color: #e5c516; }
.main-naves li span { font-size: 18px; color: #993333; }
.enter { position: absolute; left: 120px; top: 28px; }
.leave { position: absolute; left: 700px; top: 28px; }
.mn-1 span { position: absolute; left: 170px; top: 58px; }
.mn-2 span { position: absolute; left: 745px; top: 58px; }

.main-info { width: 600px; font-family: Century; text-align: center; color: #FF6633; position: absolute; left: 240px; top: 250px; }
.main-info h1 { font-size: 18px; }
.main-info p { font-size: 14px; line-height: 18px; }

.footer { width: 1000px; height: 60px;	background: url(../images/foot-bg.jpg) no-repeat 0 0; text-align: center; line-height: 50px; position: relative; }
.links  { width: 1000px; height: 50px; text-align: center; position: relative; }
