.module {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
    padding: 0px;
    overflow: hidden;
	visibility: visible;
    width: 660px;
}

.module .page_hd {
    width:660px;
    height: 36px;
    background-repeat:no-repeat;
}
.about {
    background-image:url(./images/page_hd_back_about.gif);
}
.advertisement {
    background-image:url(./images/page_hd_back_advertisement.gif);
}
.contact {
    background-image:url(./images/page_hd_back_contact.gif);
}
.offer {
    background-image:url(./images/page_hd_back_offer.gif);
}
.company {
    background-image:url(./images/page_hd_back_company.gif);
}

.module .page_md {
    font-size: 14px;
    line-height:150%;
    width:660px;
    background-image:url(./images/page_md_back.gif);
    background-repeat:repeat-y;
}
.module .page_md div {
    margin: 0px 15px 0px 15px;
}
.module .page_ft {
    width:660px;
    height: 9px;
    background-image:url(./images/page_ft_back.gif);
    background-repeat:no-repeat;
}

