/**
 * This style sheet contains the style for screens with a width up to 1280 pixels.
 **/
 
#foreground #aboutus #bg {
    width: 54%;
    height: auto;
}

#aboutus #left {
	width:100%;
    width:50%;
}

#aboutus #right {
    width:50%;
}

#background #aboutus {
    height: 100%;
    width: 100%;
}

#background #aboutus #bg {
    width: 100%;
    height: 100%;
}

#foreground #services #bg {
    width: 53%;
    height: 100%;
}
#background #services #bg {
    width: 100%;
    height: 100%;
}

#services #left {
    width:53%;
}

#services #right {
    width:47%;
}

#background #services {
    height: 100%;
    width: 100%;
}

#foreground #spurwing #bg {
    width: 100%;
    height: 100%;
}
#background #spurwing #bg {
    width: 100%;
    height: 100%;
}

#spurwing {  
   background-size: 50% 100%;
}

#spurwing #left {
    width:50%;
    height:100%;
}

#spurwing #right {
    width:50%;
    height:100%;
}

#background #spurwing {
    background-size: 50% 100%;
    height: 100%;
    width: 100%;
}

#foreground #insight #bg {
    width: 100%;
    height: 100%;
}
#background #insight #bg {
    width: 100%;
    height: 100%;
}

#insight {  
   background-size: 45% 100%;
}

#insight #left {
    width:55%;
    height:100%;
}

#insight #right {
    width:45%;
    height:100%;
}

#background #insight {  
   background-size: 55% 100%;
}

#insightdatastreams {  
   background-size: 45% 100%;
}

#insightdatastreams #left {
    width:45%;
    height:100%;
}

#insightdatastreams #right { 
    width:55%;
    height:100%;
}

#background #insightdatastreams {  
   background-size: contain;
}

#contact {  
   background-size: 40% 100%;
}

#contact #left {
    float:left;
    width:60%;
    height:100%;
}


#contact #right {
    width:40%;
    height:100%;
}

#background #contact {  
   background-size: 60% 100%;
}

#privacyStatement {  
   background-size: 50% 100%;
}

#privacyStatement #left {
    width:50%;
    height:100%;
    float:left;
}

#privacyStatement #right {
    width:50%;
    height:100%;
    float:right;
    position:relative;
}

#background #privacyStatement {  
   background-size: 50% 100%;
}

#terms {  
   background-size: 60% 100%;
}

#terms #left {
    width:40%;
    height:100%;
}

#terms #right {
    width:60%;
    height:100%;
}

#background #terms {  
   background-size: contain;
}

#wedgetail {  
   background-size: 50% 100%;
}

#wedgetail #left {
    width:50%;
    height:100%;
}

#wedgetail #right {
    width:50%;
    height:100%;
}
