@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	/* background: #ebedee; */
}

.all {
	margin: 0px;
	border: 0px;
	padding: 0px;
	/* min-height: 100%; */
	/* position: static; */
}

.centreWrapper  {
	/* min-height:100%; */
	/* position: absolute; */
	/* min-height: 100%; */
	position: relative;
	width: 1020px;
	top: -100px;
	left: 50%;
	margin-left: -510px;
}


.Content {
	position: relative;
	top: 100px;
	min-height: 100%;
	/* position:relative; */
	/* background-image: url(../images/textarea.png);
	background-repeat: repeat-y; */
}


