@charset "utf-8";
/* CSS Document */
html { 
  background: url(litecoin_wallet.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tranbg {
	background: rgba(0, 0, 0, 0.8);
	padding: 50px;
	margin: 150px auto;
	color: #FFFFFF;
	font-family: 'Century Gothic';
	border-radius: 50px;
	width: 52%;
	height: 150px;
	}
h3 {
	font-size: 27px;
}
