﻿@charset "UTF-8";
@import "reset.css";
@import "default.css";

/*
	INDEX
	+geral
	+wrapper
	+classes
*/

/* +geral */
html, body, #wrapper {
	width:100%;
	height:100%;
	background:#000;
	overflow:hidden;
	line-height:0; /* evita espacamentos indesejaveis no rodape da pagina */
	
	/* colocar tamanhos minimos do flash para browsers standards */
	min-width:0;
	min-height:0;
}
/* end geral */

/* +wrapper */
#wrapper{ line-height:normal }

#plugin-flash {
	position:absolute;
	top:50%;
	left:50%;
	width:250px;
	height:150px;
	overflow:hidden;
	margin:-85px 0 0 -135px;
	padding:25px;
	border:1px solid #FFF;
	color:#FFF
}
#plugin-flash .warning { font-size:1.3em }
#plugin-flash p { margin-bottom:17px; font-size:1.1em }
#plugin-flash a {color:#FFF}
#plugin-flash strong { font-weight:bold }
/* end wrapper */

/* +classes */
/* end classes */