html {
    background: #0096CB url(../imagens/fundo2.jpg) repeat-x;
    height: 100%;
}/*
body {
    background: url(../imagens/fundo.png);
    margin: 0;
    padding: 0;
    height: 100%;
}
html>body {
    min-height: 100%;
    height: auto;
}*/
#fundo1 {
	/*background: #0096CB url(../imagens/fundo2.jpg) repeat-x;*/
    height: 100%;
    width: 100%;
    position: fixed;
}
#fundo2 {
    background: url(../imagens/fundo.png);
    height: 100%;
    width: 100%;
    position: fixed;;
}
#sub_menu a:hover{
	color:#FFF;
	background:#019DD6;
}
