﻿body {text-align:center;}
#outer {
	width:970;
	margin:auto;
	text-align:center;
}
.inner {
	margin:5px; 
	border:1px solid #d7d7d7;
}
.topNew400 {
	width:250px;
	height:250px;
	margin:5px; 
	border:1px solid #d7d7d7;
	
}
.topNews {
	width:250px;
	height:250px;
	margin:5px; 
	border:1px solid #d7d7d7;
	float:left;
}
.dtop{
	width:auto;
	height:90;
	border:1px solid #d7d7d7;
}



* html .inner {display:inline}/* for ie*/
html>body #outer {display:table}/*for mozilla */
html>body .inner {display:table;float:left}/*for mozilla */
@media all and (min-width: 0px){/* opera 7 styles */
html>body .inner {display:inline-block;float:none;}
}