@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%;
	background-color: #FFFFFF;
}
#interno {
	position:absolute;
	left: 50%;
	top:0px;
	margin-top: 5px;
	margin-left: -490px;
	width: 980px;
	min-height:395px;
	margin-bottom:155px;

}
* html #externo {
/*	height:99%;*/
}

