@charset "UTF-8";
/* CSS Document */
* html #container, html, body {
	height:100%;
}

#container {
	min-height:100%;
	height:100%;
	height:auto !important;
}

#footer {
	clear:both;
	height:150px;
	max-height:150px;
	margin-top:-150px;
}

#clearFooter {
	clear:both;
	height:150px;
}

#mainText {
	margin:1% 1%;
	width:56%;
	float:left;
	border:1px solid gray;

}

#mainText p {
	color:black;
	font-size:85%;
}
#sideText {
	width:36%;
	float:left;
	margin:1% 1%;
	border:1px solid black;
}

.clearit {
	clear:both;
}