
html {
      margin:0;
      padding:0;
      height:100%;
      border:none;
	  background:black;
   }


img.background {
	position: absolute;  
	top: 0; 
	left: 0; 
	overflow: hidden; 
	width: 100%;
	z-index:-1;
	border:none;
	background:black;
	margin:0;
	padding:0;
}




#claim_custom {margin-top: 30px; margin-left: 30px; } 

.text-white {
  font-family:Calibri;
  color:white;
  font-size:35px;
  text-height:50px;
}

.text-white-medium {
  font-family:Calibri;
  color:white;
  font-size:25px;
  text-height:50px;
}

.text-white-small {
  font-family:Calibri;
  color:white;
  font-size:20px;
}

.border_blue {
	border:1px solid #4bc3f6;
}

.mainLink { color: #4bc3f6; font-family: arial; text-decoration: underline; }
a.mainLink:link { color: #4bc3f6; font-family: arial; text-decoration: none;font-size:35px; }
a.mainLink:visited { color: #4bc3f6; font-family: arial; text-decoration: none;font-size:35px; }
a.mainLink:hover { color: white; text-decoration: none; font-size:35px;}

.mediumLink { color: #4bc3f6; font-family: arial; text-decoration: underline; }
a.mediumLink:link { color: #4bc3f6; font-family: arial; text-decoration: none;font-size:25px; }
a.mediumLink:visited { color: #4bc3f6; font-family: arial; text-decoration: none;font-size:25px; }
a.mediumLink:hover { color: white; text-decoration: none; font-size:25px;}


.subLink { color: #4bc3f6; font-family: arial; text-decoration: none; }
a.subLink:link { color: #4bc3f6; font-family: arial; text-decoration: none;font-size:16px; }
a.subLink:visited { color: #4bc3f6; font-family: arial; text-decoration: none;font-size:16px; }
a.subLink:hover { color: white; text-decoration: none; font-size:16px;}



