@charset "utf-8";

body,html {
	margin:auto;
	text-align:center;
	background: #ffcd75 url(../img/fundo.jpg) repeat-x;
	height:100%;
}
#flash2 {
	border:2px solid #661A0F;
	width:992px;
}

.ie6 #flash {
	border:2px solid #661A0F;
	width:496px;
	margin-left:0;
}

/*
html {height: 100%;}

 #outer {height: 100%; overflow: hidden; position: relative;}
      #outer[id] {display: table; position: static;}
      
      #middle {position: absolute; top: 50%; left:50%; margin-left:-469px} /* para o IE */
/*      #middle[id] {display: table-cell; vertical-align: middle; position: static;}
      
      #inner {position: relative; top: -50%} /* para o IE */
      /* opcional: #inner[id] {position: static;} */

