* {
	margin: 0;
	padding: 0;
}

body,html {
	height: 100%;
}

img,a img {
	border: 0;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.floatbox {
	/* never! use position:relative in parent element - msie6 bug */
	display: block;
	float: left;
}

.centered {
	text-align: center;
}

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: 0; /* set to half of container's height */
	float: left;
}

body.centered #page {
	clear: both;
	text-align: left;
	margin: 0 auto;
}

#header,#content,#footer {
	clear: both;
}
