* {
	margin: 0;
	padding: 0;
}

.browser-guide {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2A8BD2;
}

.browser-guide img {
	width: 100%;
	border: none;
	vertical-align: top;
}