@charset "UTF-8";

/**************************************************************

	WebGraphic 2008 - Hacks 

**************************************************************/

.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
.wrapper {
	height: 1%;
}
/* End Hide from IE-mac */

.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
.container {
	height: 1%;
}
/* End Hide from IE-mac */

#right:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
#right {
	height: 1%;
}
/* End Hide from IE-mac */

