* {
    padding: 0;
    margin: 0;
}
html {
    height: 100.02%
}
body {
    padding: 0;
    margin: 10px 0 0 0;
    background: url(../images/bg.png) repeat top left;
    font-family: Verdana;
    text-align: center;
}
#outer_wrapper {
    width: 950px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 25px 0 0 0;
    background: url(../images/main_upper_bg.png) no-repeat top left;
}
#inner_wrapper {
    width: 919px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0;
}
#header {
    position: relative;
    background: url(../images/head.png) no-repeat bottom left;*/
    text-align: left;
    width: 920px;
    height: 110px;
    margin-bottom: 10px;
}
#top_right {
    position:absolute;
    background: url(../images/top_right.png) no-repeat bottom left;
    width: 200px;
    height: 110px;
    right:0px;
}
#footer {
    width: 950px;
    height: 25px;
    margin: 0 auto 0 auto;
    background: url(../images/main_lower_bg.png) no-repeat bottom left;
}


