@charset "utf-8";
#template {
	width: 100%;
	position: relative;
}
#template img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 2;
}

#EdgeID {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	background-color: rgba(179,179,179,1.00);
	overflow-x: hidden;
	overflow-y: hidden;
}
