/* CSS Document */

body{
margin:0px;
background-image: url("abstractbrown.png");
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
background-repeat:repeat;

/*background-color:#90cc32;*/
}




.cls{
font: normal 11px/14px Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:none;
padding:0 0 5px 0;
line-height:5px;

}

.cls a{
font: normal 11px/14px Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:none;
padding:0 0 5px 0;
background-color:inherit;
}

.cls a:hover{
text-decoration:underline;
}
.Thankyou {
	font-size: 10px;
	color:#000000;
	LINE-HEIGHT:20px; FONT-FAMILY:Arial,Helvetica,sans-serif;
}
/* designed resposive layout*/


/* end designed responsive layout*/

/* Top button*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/* end top button*/