.line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #999999;
}
.centralised {
	position: relative;
	height: auto;
	width: auto;
}
.margin {
	position: absolute;
	height: auto;
	width: 200px;
	left: 200px;
	background-color: #000000;
	background-position: 200px;

}
.size {
	overflow: auto;
	position: relative;
	visibility: inherit;
	z-index: auto;
	height: auto;
	width: 800px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip:   rect(auto auto auto auto);
}
.center { text-align: center; }

.imgCenter { margin-left: auto; margin-right: auto; }
