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

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clr { clear:both; }

/*page set up*/
/* main ID - the wrapper is the main container that you want to center with in the browser window*/
#wrapper{
	width:900px; 
	margin:0 auto;
}
/*next inside ID wrapper - this one does the centering all content for page goes into this ID. plus to work in Firefox 3.5.? i had to have the same info for the middle body and html style tags*/
#middle {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

#right {
	text-align:right;
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}


html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}



