@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;
	margin-top: auto;
	margin-bottom: auto;
}
#Heading {
	position:absolute;
	width:764px;
	height:140px;
	z-index:2;
	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:1;
	left: 21px;
	top: 215px;
}
h6 {
	font-size: 16px;
	line-height: 100%;
	color: #FF0;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}

