html, body{
	height:100%;
}

body{
	margin:0;
	padding:0;
	background:#C7BCC0;
}

#upper{
	min-width:900px;
	background:white;
}

#upperPics{
	text-align:center;
	max-width:1050px;
}


#logoHolder{
	text-align:right;
	max-width:1050px;
}

#imgTool, #imgWorld{
	margin-top:196px;
}

#lower{
	border-top:6px solid #4B0348;
	clear:both;
}

#lowerInner{
	min-width:900px;
	text-align:center;
	max-width:1050px;	
}

#imgIS, #imgWorld{ float:right;}
#imgCM, #imgPeople { float:left;}


* html #upperPics, * html #logoHolder, * html #lowerInner {
	width:expression(document.documentElement.offsetWidth >1050 ? '1050' : (document.documentElement.offsetWidth < 900? '900' : 'auto'));
}
