/* CSS Document */
@charset "utf-8";
/* hide from ie on mac \*/
html {
height: 100%;
/*overflow: hidden;*/
}
#flashcontent {
height: 1000px;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #73d24d;
background-image:url(entorno/fondo.jpg);
background-repeat:repeat-x;
}
div#powered{
	position: absolute;
	bottom: 10px; right: 10px;
	width:108px; height:20px;
}
div#upgrade{
	width:500px; height:160px;
	top: 50%; left: 50%;
	margin: 200px auto;
}
div#prev{
	float: none;
	position: absolute;
	margin:-200px -251px;
	z-index: 3;
	top: 50%; left: 50%;
	width: 503px; height:400px;
	padding: 0px;
	}
