/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/*
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*/

.clearfix {display: block;	height: 8px;}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 100%;
  	margin: 0;/* center the page in Firefox */
  	text-align: right;
	padding: 0;
}
