@charset "utf-8";
body {
    background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
	margin:98px 0px 74px;
}

.logo_left {
    background-image:url(images/logo_left_part.gif);
	background-repeat:repeat-y;
}

.page_bottom {
    background-image:url(images/page_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	padding-top:10px;
}
.bottom_left {
    background-image:url(images/bottom_left.jpg);
	background-repeat:no-repeat;
}
.bottom_right {
    background-image:url(images/bottom_right.jpg);
	background-repeat:no-repeat;
}
.bottom_bg {
    background-image:url(images/bottom_bg.jpg);
	background-repeat:repeat-x;
}
