/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body { height:100%; }

body {
	background:#262C31;
	font-family: "Calibri", Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	}

#geral {
	position:absolute;
	top:50%;
	margin-top:-250px;
	width:100%;
	text-align:center;
	}

#principal {
	height:200px;
	padding-top:0px;
	}

p {
	font-size: 1.2em; line-height: 1.4em;
	}

a {
	font-size: 1.2em; line-height: 1.2em;
	color: #B1C800;
	text-decoration: none;
	margin: 0px 0px 1px 0px;
	padding: 6px 30px 5px 30px;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#444444));
	background: -moz-linear-gradient(top,  #333333,  #444444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#444444');
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.3);
	box-shadow: 0px 2px 4px rgba(0,0,0,.3);
	}

a:hover {
	color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.0);
	}
