@CHARSET "UTF-8";

body {
        font-family: Arial;
        font-size: 12px;
        color: white;
background: #358DCD url('/images/start/bg_body.jpg') no-repeat top center;
        margin: 0px;
        padding: 0px;
        
}
div#all_page {
    background: #358DCD url('../../images/start/bg_body.jpg') no-repeat top center;
    margin: 0px;
        padding: 0px;
}

img {
        border: none;
}
br.clear {
        clear: both;
}
a:link, a:visited {
        color: white;
        text-decoration: none;
}
div#page {
        width: 767px;
        margin: 00px auto 0px auto;
        padding: 342px 0px 0px 18px;
        background: transparent url('../../images/start/bg_page.jpg') no-repeat 18px 11px;
}
div#foot {
        height: 16px;
        font-size: 11px;
        background: transparent url('../../images/layout/bg_foot.png') no-repeat bottom center;
        text-align: center;
        padding-top: 77px;
}
