/* hides the second object from all versions of IE */
body {
	margin:0;
	padding: 0;
	background-color: #4c4646;
}
#container {
	background-color: #211b1b;
	margin-right: auto;
	margin-left: auto;
	width:660px;
}
#subcontainer {
	background-color: #211b1b;
	padding: 10px;
}
* html object.mov {
	display: none;
	margin-right: auto;
	margin-left: auto;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
