﻿body {
    background-image: none;
    background-image: url(bg.jpg);
    background-color: White;
    background-repeat: no-repeat;
    background-position: left 18px;
}

#divBody {
    height: 700px;
}

#divContent {
    height:545px;
}

img {
    border-width: 0;
}

#imgHeader {
    height: 261px;
    width: 1024px;
}

#imgTitle {
    position: absolute;
    top: 98px;
    left: 443px;
}

#imgWaves {
    position: absolute;
    left: 0;
    top: 390px;
}

#pnlChips a {
    position: absolute;
}

#hypAirMeasureing {
    left: 6px;
    top: 411px;
}

#hypFSDBAL {
    left: 132px;
    top: 435px;
}

#hypERV {
    left: 258px;
    top: 400px;
}

#hypInsulated {
    left: 384px;
    top: 349px;
}

#hypSunshades {
    left: 511px;
    top: 296px;
}

#hypLowLeak {
    left: 637px;
    top: 251px;
}

#hypRooftop {
    left: 763px;
    top: 234px;
}

#hypEquip {
    left: 889px;
    top: 251px;
}

#divLearnMore {
    position:absolute;
    margin-left: 570px;
    margin-top: -50px;
    font-size: 30px;
    font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
    font-style: italic;
    width: 550px;
}

#divLearnMore table {
    text-align: center;
}

/*tablet in portrait & landscape*/
@media only screen and (min-width : 768px) and (max-width : 1024px){
    #divLearnMore {
        margin-left:0;
        margin-top: 0;
    }
}

/*mobile in portrait & landscape*/
@media only screen and (min-width : 320px) and (max-width : 767px){ 
    #divLearnMore {
        margin-left:0;
        margin-top: 0;
    }
}
