﻿@charset "UTF-8";
@import "reset.css";
@import "default.css";

/*
	INDEX
	+geral
	+wrapper
	+classes
*/

/* +geral */
body {background:#8d8d8d url(../imgs/backgrounds/bg_body.jpg) repeat-x;}
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:1024px;
	min-height:605px;
}
/* end geral */

/* +wrapper */
#wrapper{ line-height:normal }

/* +content */
#content { margin:auto; background:url(../imgs/backgrounds/bg_top.jpg) no-repeat; width:900px; font:normal 28px arial; color:#fff;}
#content h1{text-indent:-9999px;}
#content p{ width:550px; padding:250px 0 0 200px;}
#content span{font:bold 33px arial; color:#00519a; display:block;}
#content p a.btBack{background:url(../imgs/buttons/bt_back.jpg) no-repeat; width:226px; height:37px; display:block; text-indent:-9999px; margin-top:20px;}
#content p a.btFlash{background:url(../imgs/buttons/bt_flash.jpg) no-repeat; width:215px; height:30px; display:block; text-indent:-9999px; margin-top:20px;}

#content .line{margin:50px 0 30px 100px;}
#content div{margin-left:205px;}
/* end content */

#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 */
