@charset "iso-8859-1";
* { margin: 0; padding: 0; /* padronizando nos navegadores */ }

/* ESTILO DO BODY (Corpo da página) */
html{
	width:100%;
	height:100%;
}

body{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:100%;
	height:100%; 
	overflow-y:auto;
	overflow-x:hidden;
	margin:0; 
	padding:0;
	background:#FFF;
}

#bg {position:fixed; top:0; left:0; width:100%; height:100%; overflow: hidden; }

#geral{
	width:996px;
	left:50%;
	margin-left:-498px;
	position:absolute;
}

/* prepares the background image to full capacity of the viewing area */
form{
padding:0px;
margin:0px;
}

ul,li{
margin:0px;
padding:0px;
}

ul{
list-style-type:none;
}

a, a:link, a:visited {
text-decoration:none;
color:#000;
cursor:pointer;
}

a:hover {
text-decoration:underline;
color:#000;
cursor:pointer;
}

img {
border:0px;
display:block;
}

.clear{
	clear:both;
}
