@import url('header.css');
@import url('content.css');
@import url('footer.css');
@import url('font.css');
@import url('form.css');


#all {
    border-top: 4px solid #1F5E5E;
    overflow-x: none;
}

.bg_header {
    background: url("../../image/default/header/bg.jpg") no-repeat scroll center top #D8D8D8;
    height: 488px;
    position: absolute;
    width: 100%;
}

#container {
    height: auto;
    left: 50%;
    margin-left: -490px;
    position: relative;
    width: 980px;
}

#header {
    height: 285px;
    position: relative;
    width: 980px;
}

#content {
    background: -moz-linear-gradient(top, #fbfbfb, #f0f0f0) repeat-X;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ffffff)) repeat-X;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbfbfb, endColorstr=#ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbfbfb, endColorstr=#ffffff);
border: 1px solid #D1D1D1;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px #B6B6B6;
    height: auto;
    left: 50%;
    margin-left: -406px;
    padding: 20px;
    position: relative;
    width: 770px;
}

#footer {
    background-color: #EDEDED;
    height: 65px;
    margin-top: 40px;
    padding: 0 20px;
    position: relative;
    width: 940px;
}
