html, body {
    height: 100%;
    margin: 0 !important;
	padding: 0 !important;
	background-color: #000000;
	color:#FFFFFF;
}

body{
	background:#000000 !important;
}

#globalWrapper{
	width: 100%;
	text-align: center;
}


#jsLog{
	width: 80%;
	margin: 0 auto;
	color: #FFFFFF !important;
	font-family: Arial, Helvetica;
	margin-top: 200px;
	line-height: 22px;
	display: none;
}

#log{
	width: 80%;
	margin: 0 auto;
	color: #FFFFFF !important;
	font-family: Helvetica, sans-serif;
	font-size: 26px;
}

#waitWrapper{
	width: 80%;
	padding-top: 100px;
	margin: 0 auto;
	color: #FFFFFF !important;
	font-family: Helvetica, sans-serif;
	font-size: 33px;
	text-align: center;
	display: none;
}

#readyToPay{
	display: inline-block;
}

#amountValue{
	font-family: Helvetica, sans-serif;
	font-size: 150px;
	color: #FFFFFF;
	z-index: 2;
	width: 100%;
	text-align: center;
	position:absolute;
	top: 10px;
}

#imgWrapper{
	z-index: 1;
	padding: 0;
	margin: 0;
	margin-top: 70px;
	width: 100%;
	display: inline-block;
}

#imgWrapper img{
	width: 83%;
}

.smiley{
	font-size: 75px;
}
.txt{
	margin-top: 100px;
}



#logo{
	display: block;
}

