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