@charset "utf-8";
#Container {
	position:relative;
	width:952px;
	height:845px;
	z-index:1;
	background-image: url(../Images/Background.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#Heading {
	position:absolute;
	width:764px;
	height:140px;
	z-index:1;
	left: 90px;
	top: 20px;
}
#ButtonsMain {
	position:absolute;
	width:904px;
	height:33px;
	z-index:3;
	left: 20px;
	top: 175px;
}

#EditBox {
	position:absolute;
	width:906px;
	height:617px;
	z-index:2;
	left: 21px;
	top: 215px;
}

.Description_Title {
	font-weight: bold;
	text-decoration: underline;
}

#Txt_Construction {
	position:absolute;
	width:727px;
	height:128px;
	z-index:3;
	left: 90px;
	top: 57px;
}
