* html #borda {
	height: 100%;
}
#header {
	height: 283px;
	width: 700px;
	margin-left: 34px;
	background-image: url(topo.png);
}
#content {
	width: 600px;
	margin-left: 83px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}
body {
	background-color: #011720;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	min-height: 100%;

}
#borda {
	background-image: url(fundo.jpg);
	height: auto;
	min-height: 100%;
	width: 766px;
	margin-left: -383px;
	left: 50%;
	position: relative;
	z-index: 0;
}
#footer {
	background-color: #000000;
	height: 40px;
	width: 1000px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	clear: both;
	margin-top: -40px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
HTML {
	height: 100%;
}
a:link {
	text-decoration: underline;
	color: #00acf0;
}
a:visited {
	text-decoration: underline;
	color: #00acf0;
}
a:hover {
	text-decoration: underline;
	color: #00acf0;
}
a:active {
	text-decoration: underline;
	color: #00acf0;
}
