@charset"utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
p {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    background-image: url(img/body_bg.jpg);
    background-repeat: repeat-x;
}
.cl {
    clear: both;
    overflow: hidden;
    line-height: none;
}
#main {
    height: 775px;
    margin: 0 auto;
    background: url(img/main_bg.jpg)  center 15px no-repeat scroll;
    overflow: hidden;
}
h1 {
    font: bold 48px/50px Arial, Helvetica, sans-serif;
    color: #eb2826;
    text-align: center;
}
p {
    font: normal 20px/28px Arial, Helvetica, sans-serif;
    color: #797878;
    text-align: center;
    padding-top: 10px;
}
.link {
    color: #eb2826;
    text-decoration: none;
}
.link:hover {text-decoration: underline;}
.no_decor {
    text-decoration: none;
}
.content {
    background-color: #fff;
    padding-top: 55px;
    background-image: url(img/man.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 170px auto 0px auto;
    width: 552px;
    height: 260px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
    border: 1px solid #dcdcdc;
}
.footer {
    width: 552px;
    margin: 0 auto;
    padding-top: 10px;
}
.footer p {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.red {
    color: #eb2826;
}
.bold {
    font-weight: bold;
}
/*********************mobile*******************************/

#main_mobile {
    height: 775px;
   
    margin: 0 auto;
    background: url(img/main_bg_mobile.jpg) center 15px no-repeat scroll;
    overflow: hidden;
}