html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, option,
form, label, textarea, table, caption,
tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    vertical-align: baseline;
    color: white;
    float: left;
}
:focus {
    outline: 0;
}
html{
    width: 100%;
}
body {
    background-color: black;
    text-align:center;
    width: 100%;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.float {
    float: right;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
br, strong {
    float: none;
    color: inherit;
}
strong {
    font-weight: bold;
}
.none {
    float: none;
}
.hidden {
    display: none;
}
.global{
    width: 1000px;
    height: 670px;
    background-image: url("../imagens/entrada.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0 auto;
    float: none;
    text-align: left;
}
a.banda {
    width: 85px;
    height: 35px;
    margin: 480px 0px 0px 772px;
    display: inline;
    text-decoration: none;
}
a.portal {
    width: 93px;
    height: 35px;
    margin: 480px 0px 0px 18px;
    display: inline;
    text-decoration: none;
}