html,
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
}

.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	column-width: 250px;
}

.columns-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	column-width: 250px;
}

.paragraphs_textcolumns {
	width: 25%;
	float: left;
}