.Form {
	position:  absolute;
	left:  0px;
	top:  0px;
	width:  1316px;
	height:  920px;
	overflow:  hidden;

}
.Form > .con{
	background: rgba(255, 255, 255, 1.0);
	position:  relative;
	left:  0px;
	top:  0px;
	width:  1316px;
	height:  920px;
	overflow:  hidden;

}
.Form > .con > .boardContent {
	height:  820px;
	left:  10px;
	position:  absolute;
	top:  80px;
	width:  1296px;

}