@charset "utf-8";
/* CSS Document */


body 
{
	background-color: #000;
	background-repeat:no-repeat;
	background-size:cover;
	text-align: center;
	margin-top: 0px;
	height: 100%;
	color: #CCC;
 }

			#banner
			{
	position: fixed;
	background-color:#CCC;
    top: 0%;
	left: 0px;
	width: 100%;
	height: 100px;
	text-align:left;
    margin: 0;
    padding: 0;
			}
										
			#centro
			{
	position: relative;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 100px;
	text-align:left;
    margin: 0;
    padding: 0;
			}

			#menu
			{
	
			}

			#rodape
			{
	position: fixed; 
    bottom:0%;
	left: 0px;
	width: 98%;
			}
