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


body 
{
	background-color: #99CCFF;
	background-image:url(Images/fundo.png);
	background-repeat:repeat-x;
	text-align: center;
	margin-top: 0px;
	height:auto;
 }
			#publicidade
			{
	position:relative;
	background-position: top;
	background-repeat:no-repeat;
	height:62px;
	top: 0px;
	margin-top: 0px;
	margin: auto;
	padding-top: 0px;
	width: 964px;
			}

			#banner
			{
	position:relative;
	background-image:  url(images/programming.png);
	background-position: top;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align: right;
	height:75px;
	top: 0px;
	margin-top: 0px;
	margin: auto;
	padding-top: 0px;
	width: 964px;
	background-color: #FFFFFF;
			}
			
			#menu
			{
	background-color: #9BBB59;
	position: relative;
	margin: auto;
	width: 964px;
	height: auto;
				}
								
			#centro
			{
	background-color: #9BBB59;
	position: relative;
	width: 964px;
	height: auto;
	padding-top: 0px;
	margin:auto;
	top: 0px;
	margin-top: 0px;


	a img{border:0;}

			#rodape
			{
	background-position:right;
	background-repeat:no-repeat;
	position: relative;
	text-align: center;
	vertical-align: top;
	margin: auto;
	width: 964px;
	height: 60px;
	top: 0px;

			}

