
body {
	background-color: WhiteSmoke  ; /* #eeeeee; */
	/* background-image: url("../images/butterfly.gif"); */
/*  background-image: url("../images/BasmatiLogo.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;*/
	margin: 0;
	padding: 0;
}


#bgimg {
	/* background-image: url("../images/butterfly.gif"); */
	background-image: url("../images/BasmatiLogo.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
}



h1 {
	color: #A18648;
	background-color: #98B3F0;
	font-weight: bold;
	font-size: 1.7em;
	border-width: thick;
	border-style: ridge;
	border-color: #A18648;
	text-align: center;
}


h2 {
	font-weight: bold;
	font-size: 1.2em;
}



h3 {
	font-weight: lighter;
	font-style: italic;
	font-size: 0.8em;
}


#leftHead {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 19%;
	height: 10%;
	text-align: left;
}

#centerHead {
	position: absolute;
	top: 20px;
	left: 20%;
	width: 60%;
	height: 10%;
}

#rightHead {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 19%;
	height: 10%;
	text-align: right;
}

#textblock {
	position: absolute;
	top: 20%;
	left: 1%;
	width: 98%;
}

#xxs {
	color: WhiteSmoke;
	font-size: 0.1em;
}

