/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*buttons */
.but_bg{
 width:127px;
 height:52px;
 background:url(../images/buttons/button_bg.jpg);
 background-repeat:no-repeat;
}
.sidebg{
background:url(../images/buttons/left_side.jpg);
background-repeat:repeat-x;
}
.footer_bg{
background:url(../images/footer-bg.jpg);
background-repeat:no-repeat;
}
.bg_part2{
background:url(../images/bg_part2.jpg);
background-position:bottom;
 bgcolor:#fbf7ec;
background-repeat:no-repeat;
}
.bg_part1{
background:url(../images/bg_part1.jpg);
background-repeat:no-repeat;
background-position:bottom;
bgcolor:#fbf7ec;

}
.header_bg{
background:url(../images/logobg.jpg);
background-repeat:no-repeat;
}