@charset "UTF-8";
/* CSS Document */

#reference {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0px;
}

#content {
	position: relative;
	top: -350px;
	left: 10%;
	width: 80%;
	height: 700px;
	right: 10%;
}
