﻿@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:1004px;
	min-height:720px;
	
	background:#282421 url(../imgs/bg/body.jpg) 0 145px repeat-x;
}
/* end geral */

/* +wrapper */
#wrapper{ line-height:normal }

#noFlash { width:400px; height:300px; color:#FFFFFF; margin:0 auto; padding-top:90px; }
#noFlash h1 { width:400px; height:122px; background:url(../imgs/titles/logo.png) 0 0 no-repeat; margin-bottom:30px; }
#noFlash p { width:290px; float:right; font:normal 14px Georgia; padding-top:5px; }
#noFlash p.warning { width:100px; height:60px; color:#B16897; float:left; font:italic 34px Georgia; padding:0; }
#noFlash a { width:169px; height:24px; background:url(../imgs/buttons/install_flash.jpg) 0 0 no-repeat; }
/* end wrapper */

/* +classes */
/* end classes */
