﻿
/* BODY */

.body
{
	
	overflow: hidden;
}

.content
{
	height: 100%;	/* for IE6 */
}

*html .content
{
	overflow: hidden;	/* for IE6 */
}

.sidebar a
{
	text-decoration: none;
}

.clear
{
	clear: both;
	height: 0;
}

/* FOOTER */

.footer
{
	clear: both;
}
