/* CSS Document */
.home-bg{
background-image:url(../images/bg/site-bg.jpg);
width:100%;
height:auto;
background-repeat:repeat;
background-position:center;
background-position:top;
}
.home-bg-un{
background-image:url(../images/bg/un-bg.jpg);
width:100%;
height:128px;
background-repeat:repeat;
background-position:center;
background-position:top;
}
.text-bg-no{
background-image:url(../images/bg/text.jpg);
width:690px;
height: auto;
background-repeat:repeat;
background-position:center;
background-position: bottom;
}
.new-bg{
background-image:url(../images/bg/newbg2.jpg);
width:1000px;
height: auto;
background-repeat:repeat;
background-position:center;
background-position: bottom;
}
.topbg{
background-image:url(../images/bg/topbg.jpg);
width:1000px;
height: auto;
background-repeat:no-repeat;
}