@charset "utf-8";
/* CSS Document */
	body {
			background-color: #600;
	}
			

		div#container{
			width:1024px;
			height:768px;
			background-image:url(../images/background.jpg);
			background-repeat:no-repeat;
			background-position:center;
		}
		
		div#topo{
			width:1024px;
			height:170px;
		}
		
		div#logo{
			width:330px;
			height:170px;
			background-image:url(../images/logo.png);
			background-repeat:no-repeat;
			float:left;
			background-position:center;
		}
		
		div#menu{
			width:694px;
			height:170px;
			float:left;
			}
			
		div#player{
			width:694px;
			height:131px;
			float:right;
		}
		div#player_music{
			width:645px;
			height:39px;
			float:left;
		}
		
		div#menu_interno{
			width:694px;
			height:39px;
			float:right;
		}
		
		div#menu_bufalos{
			width:107px;
			height:39px;
			float:left;
		}
		
		div#menu_agenda{
			width:107px;
			height:39px;
			float:left;
		}
		
		div#menu_galeria{
			width:108px;
			height:39px;
			float:left;
		}
		
		div#menu_videos{
			width:108px;
			height:39px;
			float:left;
		}
		
		div#menu_parceiros{
			width:108px;
			height:39px;
			float:left;
		}
		
		div#menu_bonus{
			width:108px;
			height:39px;
			float:left;
		}
		
		div#meio{
			width:1024px;
			height:538px;
			float:left;
		}
		
		div#parceiros{
			width:128px;
			height:538px;
			float:left;
		}
		
		div#parc_taurino{
			width:128px; 
			height:76px; 
			background-image:url(../images/parceiros/taurino.jpg); 
			background-repeat:no-repeat;
			background-position:center;

		}
		
		div#parc_chacrinha{
			width:128px;
			height:77px;
			background-image:url(../images/parceiros/chacrinha.jpg);
			background-repeat:no-repeat;
			background-position:center;
		}
		
		div#parc_centralerta{
			width:128px;
			height:77px;
			background-image:url(../images/parceiros/centralerta.jpg);
			background-repeat:no-repeat;
			background-position:center;
		}
		
		div#parc_oceano{
			width:128px;
			height:77px;
			background-image:url(../images/parceiros/oceano.jpg);
			background-repeat:no-repeat;
			background-position:center;
		}
		
		div#parc_sertanegyn{
			width:128px;
			height:77px;
			background-image:url(../images/parceiros/sertanegyn.jpg);
			background-repeat:no-repeat;
			background-position:center;
		}
		
		div#parc_trupe{
			width:128px;
			height:77px;
			background-image:url(../images/parceiros/trupe.jpg);
			background-repeat:no-repeat;
			background-position:center;
		}
		
		div#parc_posto{
			width:128px;
			height:77px;
			background-image:url(../images/parceiros/caballo.jpg);
			background-repeat:no-repeat;
			background-position:center;
		}


		div#conteudo{
			width:847px;
			height:538px;
			float:left;
			background-image:url(../images/interna.jpg);
			background-repeat:no-repeat;
			background-position:center;
			}
			
		div#rodape{
			width:1024px;
			height:60px;
			float:left;
			}
		
		