﻿td {
SCROLLBAR-FACE-COLOR: #bfbfbf;
SCROLLBAR-HIGHLIGHT-COLOR: #d3d3d3;
SCROLLBAR-SHADOW-COLOR: #aaaaaa;
SCROLLBAR-3DLIGHT-COLOR: #d3d3d3;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #d0d0d0;
SCROLLBAR-DARKSHADOW-COLOR: #aaaaaa;
}

body 
{
    margin: 0px;
    background-color:Black;
    font-family:Verdana;
    font-size:11px;
}

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}

#geral{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-462px;
    margin-top:-230px;
    width:925px;
    height:460px;
    border:0px;
}

#news{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-462px;
    margin-top:-230px;
    width:925px;
    height:449px;
    border:0px;
}

#main{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-490px;
    margin-top:-270px;
    width:980px;
    height:540px;
    border:0px;
}

.botao
{
    border-style:none;
    background-color:#e4e0df;
    }