﻿table.container {
	width: 996px;
}
#containingBlock {
	width:50%;
}
.video-conteudo {
	position: relative;
	padding-top: 25px; /* we do not use height to avoid issues related to the box model */
	padding-bottom: 56.25%;
	height: 0; /* IE 5 and 6 would not reveaL the video */
	/* no need to set a 100% width (which also avoids issues when IE expands the box) */
}
* html .video-conteudo {
	margin-bottom: 45px; /* because IE 5 removes the value of padding-top from the flow */
	margin-bot\tom: 0; /* reset for IE 6 */
}
.video-conteudo div,
.video-conteudo embed, 
.video-conteudo object {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
