/**
* fix for non responsiveness of IE7 & 8
*/
body {
	min-width: 1200px;
}

