* {
    margin:0;
    padding:0;
}

body {
    background-color : #f2f0f1;
    text-align:center;
}
#body_content {
    background-color : #f2f0f1;
    width : 1004px;
    height : 570px;
    margin-top:75px;
    text-align:left;
}
#header {
    width : 1004px;
    height : 90px;
    background-image : url("/imgs/tpl/hp_header.jpg");
    background-repeat : no-repeat;
}
#background {
    background-image : url("/imgs/tpl/hp_bg.jpg");
    background-repeat : repeat-y;
}
#search {
    height : 30px;
    width : 979px;
    margin-left : 10px;
    background-color : #ffffff;
}
#swf {
    width : 800px;
    height : 300px;
    margin-left : 140px;
    padding-top:15px;
}
#footer {
    width : 1004px;
    height : 10px;
    margin-top : 30px;
    background-image : url("/imgs/tpl/hp_footer.jpg");
    background-repeat : no-repeat;
}
#shadow1 {
    width : 332px;
    height : 65px;
    background-image : url("/imgs/tpl/hp_footer_shadow1.jpg");
    background-repeat : no-repeat;
    float : left;
}
#link {
    width : 160px;
    height : 72px;
    float : left;
    background-color : transparent;
}
#shadow2 {
    width : 32px;
    height : 65px;
    float : left;
    background-image : url("/imgs/tpl/hp_footer_shadow2.jpg");
    background-repeat : no-repeat;
}
