
/*body {
	background-image: url("/images/Lotus_Flower.gif");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;

}*/

html { 
  background: url(/images/Lotus_Flower.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.center {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onhover {
	cursor: pointer;
}

.onhover:hover {
	cursor: pointer;
}

.bmiddle {
	text-align: center;
	vertical-align: text-bottom;
}

.bmiddle26 {
    height: inherit;
    vertical-align: bottom;
 margin: 0;

}
