﻿a:link {
    color: #000000;
    text-decoration: none
}
a:visited {
    color: #000000;
    text-decoration: none
}
a:hover {
    color: #000000;
    text-decoration: underline
}
a:active {
    color: #000000;
    text-decoration: none
}
body {
    background-color: #030D1F;
    background-repeat: repeat;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	vertical-align:middle;

}
div#site {
	background-color:#030D1F;
	width:780px;
	margin:0 auto;
	position: relative;
	padding:auto;
	text-align:left;
	background: #030D1F;
}

div#content {
	background-image: url(/imagens/fundo.jpg);
	background-color:#00367E;
	width:780px;
	margin-top: 10px;
}

div#footer {
	background-color:#0E2843;
	width:780px;
	margin-top: 10px;
}
