body {
	margin: 0px; /* required */
	background: #F8F8F8 url(../slike/bg_basic2.gif) repeat-x; /* cosmetic */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div#wrapper {
	background-color: red; /* cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}
div#center {
	background-color: #FFFFFF; /* cosmetic */
	border: 1px solid #DDDDDD; /* cosmetic */

	overflow: auto; /* set to taste */

	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -275px; /* half of width */
	width: 550px; /* width of div */

	height: 400px; /* height of div */
	top: -200px; /* half of height */
}

div#center a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underlined;
}










































