﻿@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 */
	
	/* colocar tamanhos minimos do flash para browsers standards */
	min-width:0;
	min-height:0;
}

body{background:#ADADAD url(../imgs/bg/body.jpg) 0px 0px repeat-x;}

a { color:#777 }
/* end geral */

/* +wrapper */
#wrapper{width:968px; height:583px; padding:38px 38px 20px 39px; margin:-321px 0 0 -523px; position:absolute; top:50%; left:50%; overflow:hidden; background:url(../imgs/bg/moldura.png) 0px 0px no-repeat;}
#wrapper #flash{width:968px; height:583px;}

#plugin-flash {
border:1px solid #000000;
height:150px;
left:50%;
line-height:normal;
margin:-100px 0 0 -250px;
overflow:hidden;
padding:25px;
position:absolute;
top:50%;
width:500px;
}
#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 */