body
{
	color:blue;
	font-family:"courier new";
	font-size:20px;
	text-align: justify;
}

#stretch {position:absolute;width:100%;height:100%}

#textstretch 
{
	position:absolute;
	margin:10% 10% 10% 10%;	
	padding:10px 20px 10px 20px;
}	

	
#rightcolumn
{
	padding: 5% 5% 5% 5%;
	float:right;
	width:40%;
}
#leftcolumn
{
	padding: 5% 5% 5% 5%;
	float:left;
	width:40%;
}
#footer
{
	clear: both;
}
