/* CSS Document */

*{
 margin: 0;
 padding:0;
}
body {
	background-color:#FFF;
	margin:0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#geral {
 position:absolute;
 width:100%;
 height:100%;
 /*top:50%;
 left:50%; 
 margin-left:-500px;
 margin-top:-300px;*/
 text-align:center;
 }