img.bg { /* Set rules to fill background */
         /*min-height: 100%;
         min-width: 1024px;*/
         /* Set up proportionate scaling */
         /*width: 100%;
         height: auto;*/
         /* Set up positioning */
         position: fixed;
         top: 0;
         left: 0;
         z-index: -1;
}

img.bg2 { /* Set rules to fill background */
        /* min-height: 100%;
         min-width: 1024px;*/
         /* Set up proportionate scaling */
         /*width: 100%;
         height: auto;*/
         /* Set up positioning */
         position: fixed;
         top: 0;
         left: 0;
         z-index: -10;
}

/*@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}*/

#PageContainer {
    width: 970px;
    /*margin: 0 auto;*/
    background-color: transparent;
    padding: 0;
}

#PageContent {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 50px;
}
#PageContent_Service{
    padding-top: 5px;
    padding-left: 15px;
    background-color: #fff;
    margin-bottom: 50px;
}

#infoPageContent {
    height: 680px;
    overflow: hidden;

}

#contactPageContent{
    background-image: url("../images/contact_bg.jpg");
    background-repeat: no-repeat;
    background-position: 12px 0;
    height: 670px;
    padding: 40px 0 0 30px;
}

#servicesPageContent{
    margin: 45px 0 0 75px;
    height: 686px;
    padding: 0;
    overflow: hidden;
}

#portfolioPageContent{
    padding: 0;
    overflow: hidden;
}

.contactDesc{
    padding-left: 30px;
}

.footer_index{
    position:fixed;
    bottom: 0px;
    width:100%;
    font-size: 12px;
}

.footer_index .displyInline a {
    color: #fff;
}

#plus{
    right: 10px;
    top: 40%;
    position:absolute;
    width: 235px;
    height: 240px;
    cursor: pointer;
}

#minus{
    left: 0;
    top: 50%;
    position:absolute;
    width: 235px;
    height: 75px;
    cursor: pointer;
}
