@charset "utf-8";
/* hide from ie5 mac \*/
html {
	height: 100%;/*overflow:hidden;*/
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*
	overflow-x: none;
    overflow-y: scroll; /* Controls overflow on the y-axis */

}
#externo {
	height: 100%;
	width: 100%;
}
#interno {
	position:absolute;
	left: 50%;
	top:0px;
	margin-top: 5px;
	margin-left: -400px;
	width: 800px;
	min-height:95%;
	z-index: 2;
	background-color: #E2E2E2;
}
* html #externo {
/*	height:99%;*/
}

