/* CSS code for Sharpix.se
 * Title: 		Includes hacks & fixes for Internet Explorer
 * Author: 		http://telliria.deviantART.com/
 * Purpose: 	This file isolates css code needed to fix design
 * 				in f**king Internet Explorer. If anyone at microsoft 
 * 				reads this - Please stop the MADNESS now and start 
 * 				adhearing to web standards! Think of the webdesigners.
 */

/* IE6 */
* html .floatgroup {
	height: 1%;
}

/* IE7 */
*:first-child+html .floatgroup {
	min-height: 1px;
}
