html,body{
	height: 100%;
	overflow: hidden;
	margin: 0px;
}
img {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	width: 90%;
}
h1 {
	background-color: #3A3A3B;
	color: #B1B1B1;
	font: bold 16px arial,helvetica,clean,sans-serif;
	margin: 0px 0px 15px 0px;
	height: 45px;
	line-height: 45px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.mblSwapView {
	text-align: center;
}
