@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: "A.C.M.E. Secret Agent" ;
 src: url (fonts/acmesa.eot); /* Para IE e essa configuração tem que vir antes das outras */
}

@font-face {
 font-family: "A.C.M.E. Secret Agent" ;
 
 src: url(fonts/acmesa.otf);
 src: url(fonts/acmesa.ttf) format("truetype");
 src: url (fonts/acmesa.eot);
}

@font-face {
 font-family: "Comic Sans MS";
 src: url (fonts/comic.eot); /* Para IE e essa configuração tem que vir antes das outras */
}

@font-face {
font-family:"Comic Sans MS";
 
 src: url(fonts/comic.otf);
 src: url(fonts/comic.ttf) format("truetype");
 src: url (fonts/comic.eot);
}

@font-face {
 font-family: "High Tower Text";
 src: url (fonts/htowert.eot); /* Para IE e essa configuração tem que vir antes das outras */
}

@font-face {
font-family: "High Tower Text";
 
 src: url(fonts/htowert.otf);
 src: url(fonts/htowert.ttf) format("truetype");
 src: url (fonts/htowert.eot);
}

*{
	margin:0;
	padding: 0px 0px 0px 0px;
}
body{
background-image: url(imagens/fundo.png);
background-position: right;
background-repeat:no-repeat;
background-attachment:fixed;
border:none;


}
img{
border: none;
}
.centro{
margin:0 auto 0 auto;
}

#topo{
border:none;
background-image:url(imagens/logo.png);
background-repeat:no-repeat;
background-position: 50px 10px;
height:150px; padding:10px;
}


#menu {
width: 200px;
padding: 0 10px;
min-height: 390px ;
height:auto;
float: inherit;
float:left;
}

#conteudo{
z-index:1;
overflow: auto;
height:425px;
width: 800px;
padding: 0 60px;
float: none;
font-family:"Comic Sans MS";
font-size: 14px;
text-align:justify;
}

#rodape{
position:fixed;
bottom:0;
z-index:2000;
width:100%;
height:50px;
background-color: #475E88;
clear:both;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

#rodape-alinhamento{
margin:0 auto;
width:900px;
height:40px;
color:#FEFEFE;
font-family:"High Tower Text";
font-size:14px;
padding:20px 0 0 0;
}
