#main {

 width: 985px;
 background: #fff;
 padding: 4px;
 margin: 10px auto;

}

#header {

 height: 112px;
 background: url(../img/header.png) no-repeat;
 padding: 70px 40px;

}

#header a {

 width: 420px;
 height: 100px;
 display: block;
 float: right;

}

#header_menu {

 padding-top: 10px;
 float: left;

}

#header_menu a {

 font-size: 16px;
 text-decoration: none;
 padding: 2px 20px 4px 5px;

}

#header_login {

 height: 38px;
 font-weight: bold;
 text-align: right;
 background: url(../img/header_login.png) no-repeat;
 padding: 0 10px;
 margin: 2px 0 1px 0;

}

#header_login label {

 font-size: 16px;
 padding-right: 5px;

}

#header_login input {

 font-weight: bold;
 background: none;
 border: 0;
 padding: 5px;

}

#header_login input {

 width: 120px;
 height: 15px;
 color: #fff;
 background: url(../img/button_login.png);
 margin-top: 7px;

}

#header_login input[type="image"] {

 width: auto;
 height: 25px;
 background: none;
 margin-top: 2px;
 float: right;

}

#content_bg_top {

 height: 320px;
 background: url(../img/content_bg_top.png) repeat-x left top;

}

#content {

 min-height: 555px;
 background: url(../img/content_bg_bottom.png) repeat-x left bottom;
 padding: 10px 10px 25px 10px;
 margin-top: -320px;

}

#menu {

 width: 225px;
 padding: 10px 0;
 float: left;

}

#menu #lang {

 height: 50px;

}

#menu #lang a {

 width: 62px;
 text-align: left;
 display: block;
 float: left;

}

#menu ul {

 list-style: none;
 margin-left: 10px;
 clear: both;

}

#menu ul li {

 font-weight: normal;

}

#menu ul li a {

 height: 20px;
 font-size: 14px;
 line-height: 20px;
 text-decoration: none;
 background: url(../img/bull.png) no-repeat left 6px;
 padding: 2px 5px 4px 20px;
 display: block;

}

#menu ul li div {

 font-size: 18px;
 padding: 10px 0;

}

#content_inner {

 width: 720px;
 padding: 0 10px;
 float: left;

}

#footer {

 color: #fff;
 height: 44px;
 font-size: 12px;
 background: url(../img/footer.png) no-repeat;
 padding: 12px 20px 5px 20px;
 margin-top: 1px;

}

#footer ul {

 height: 20px;
 line-height: 20px;
 list-style: none;
 margin-left: 5px;

}

#footer ul li {

 padding-right: 15px;
 float: left;

}

#footer ul li a {

 color: #fff;
 font-weight: bold;
 text-decoration: none;

}

#footer p {

 font-size: 11px;
 clear: both;

}

#start {

 width: 720px;
 background: url(../img/start.png) no-repeat left top;
 padding-top: 270px;
 margin: 0 auto 20px auto;

}