#ld-layout {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	top:0;
	left: 0;
	left: 0;
	right:0;
	font-size: 2em;
}

#ld-position {
	position: absolute;
	right: 0;
	width: 65%;
	top: 50%;
}

#ld-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#ld-container:before {
	content: "";
	display: block;
	padding-top: 6%;
}

#ld-content { 
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#ld-sprite {
	width: 100%;
	position: absolute;
	top: 0;
	top: -5.88%;
	left: 0;
}

