/* Stylesheet for Marko Mandaric's site backend */
html,
body {
	text-align:center;
	background-color: #fff;
	margin:0px;
	padding:0px;
	height:100%;
	overflow:hidden;
}

#container {
	min-height:100%;
	position:relative;
	height:100%;
}
#header {
	position:absolute;
	width:100%;
	padding:0px;
	height: 108px;
}
#footer {
	text-align:right;
	display:table;
	position:absolute;
	bottom:0px;
	width:100%;
	float:right;
	padding:0px;
	z-index:0;
}
#centertxt {
	display:table;
	height:100%;
	width:100%;
	position:relative;
	top:0px;
	z-index:1;
}
a:link.centerbars {
	color:#666;
	text-decoration:none;
	font-size:small;
}
a:visited.centerbars {
	color:#666;
	text-decoration:none;
	font-size:small;
}
a:hover.centerbars {
	color:#666;
	text-decoration:none;
	font-size:small;
}
