* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, #geral {
	color: #fff;
}

html, body {
	width: 100%;
	height: 100%
}

body {
	margin : 0;
	font-size : 10px;
	font-family : Verdana, Tahoma, Arial;

}

/* Divs principais */

#table {
	width: 100%;
	height: 100%;
	position: static;
	display: table;
	*overflow: hidden; /* hack para o IE6 e IE7 */
	*position: relative; /* hack para o IE6 e IE7 */
}

#geral {
	vertical-align: middle;
	display: table-cell;
	position: static;
	*top: 50%; /* hack para o IE6 e IE7 */
	*position: absolute; /* hack para o IE6 e IE7 */
}

#conteudo {
	top: -50%;
	margin: auto;
	position: relative;
}

#rodape {
	text-align: center;
	height: 30px;
	padding: 1px;
}

/* Formatação dos links */

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #666;
	color: #666;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #999;	
}

a:active {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #999;
}
