/*css for home page*/

#browserSupport2{
	background-image: url("../../Backgroundimages/2a.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 100% 100%;
}

/* Center Text on mainpage */
.v-center{
 display: table-cell;
 width: 100%;
 vertical-align: middle;
 position: absolute;
 z-index:1000;
}

#titleFont {
    text-align: left;
}


#calcMain{
    position:absolute;
    z-index:100;
}

.calcMain2{
    display:none;
}
