/* ***************************************************** 
*  Diogo "Mr. Fogg" Goes                               * 
*  Rafael Tofani                                       *
*  Renato "Cabeca"  Sebastiao                          *
*  # Daksa - Agencia de Web #                          *
*  Licensa Creative Commons                            *
*  http://creativecommons.org/licenses/by-sa/2.5/br/   *                               
* ******************************************************/ 

body {
 background-image:url(../imagens/bg1.gif);
 background-repeat:repeat-x;
 background-color:#ececec;
 margin:0px;
}

.header {
 width:100%;
 text-align:center;
}

.header ul {
 width:100%;
 background-color:#165B02;
 padding:0 20%;
}

.header li {
 display:block;
 float:left;
 color:#ffffff;
 text-align:left;
 background-color:#165B02;
 width:24%;
}

.header div { 
 width:770px;
 height:100px;
}

.header div img {  
 float:left;
}

.container {
 width:770px;
 margin-left:-385px;
 left:50%;
 position:absolute;
 background-color:#ffffff;
}

.container iframe {
 display:block;
 margin-left:153px;
 padding-left:3px;
 width:610px; 
 height:1500px;
}


.menu {
 width:150px;
 float:left;
 background-color:#ffffff;
 /*border-left:1px solid #999999;*/
 /*border-right:1px solid #cdcdcd;*/
}

.bandeira {
 width:150px;
 text-align:center;
}

