#centar {
	width:1px;
	height:1px;
	position:absolute;
	z-index:2;
	overflow: visible;
	top: 50%;
	left: 50%;
	visibility: visible;
}
#content {
	height: 550px;
	width: 700px;
	position: absolute;
	left: -350px;
	top: -275px;
	overflow: visible;
	z-index: 1;
	background-color: #d89269;
	visibility: visible;
}
body {
	background-color: #d89269;
	margin: 0px;
}
