/********************************************************************

ESTILO SITIO A2D V.0 DISEÑO Y DESARROLLO LUIS FERNANDO MATA

JUNIO 2009

********************************************************************/


@charset "UTF-8";

html {
	height: 100%;
	overflow: hidden;
}
#mymovie {
	position: absolute;
	height: 100%;
	width: 100%;
	min-width: 300px;
	min-height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
}

	body {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
