/*
Title: CSS main stylesheet
Author: designkitchen, inc.
*/

@import url("reset.css");
@import url("common.css");

.group:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

* html .group {
	height: 1%;
}

.phir {
	overflow: hidden;
	text-indent: -999em;
}
