
@import url(style.css);

html, body {
	background: #fff;
	height: auto;
}

#container {
	border: 0;
	width: auto;
	background-position: -1000px -1000px;
	background-color: #fff;
}

#column-left, #column-right, #header, .footer, .infobox, .textbox-top, .textbox-bottom, .emoheader {
	display: none;
	width: 0;
	height: 0;
}

#column-center {
	width: auto;
}

.content {
	background-image: none;
}

.textbox-body {
	width: auto;
	margin: 0;
	padding: 0;
	background-image: none;
	font-size: 0.70em;
	line-height: 140%;
	color: #666;
}

.headline {
	width: auto;
	background: none;
}

h1 {
	padding: 0;
}

.element {
	display: block;
	border: 1px solid #fff;
	height: auto !important;
}


