/* ESTILO PRINCIPAL */
#mybody 
{
margin:0 auto;
text-align:left;
}
#mypage
{
  float:left;
  text-align:left;
}
#myheader 
{
}
#myfooter 
{
}
#meio 
{
  float:left;
  width:860px;
}
#grupo 
{
  float:left;
  width:850px;
  margin: 0px 5px 0px 5px;
  border: 1px solid #CCCCCC;
  background:#eeeeee;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
  
  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}



#lado 
{
  float:right;
  width:100px;
}
#relats
{
  float:left;
  width:750px;
}

