#content{
  margin: 0 auto;
  display:table;
/*  min-width: 800px;*/
  max-width: 100%;
  min-width: 960px;
}

#left
{
  display: table-cell;
	width: 200px;
	height:600px;
  margin: auto;
  padding:0px 15px 0px 15px;

}
#center
{
  display: table-cell;
  min-width: 460px;
  margin: 10px auto;
  height:600px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#center>div {
  padding: 0px 10px 10px 10px;	
}

#right
{
  display: table-cell;
  width: 250px;
  max-width: 250px;
	height:600px;
}

.heading {
margin-top: 0;
padding: 8px 15px;
background: #3b5998 no-repeat center bottom;
text-transform: uppercase;
letter-spacing: 2px;
font: bold 1em Tahoma, Arial,Helvetica,sans-serif;
color: #fff;
}

.headingn {
margin-top: 0;
padding: 8px 15px;
background: #ff5998 no-repeat center bottom;
text-transform: uppercase;
letter-spacing: 2px;
font: bold 1em Tahoma, Arial,Helvetica,sans-serif;
color: #fff;
}

#twitter{
width: 245px;
}

.mini_foto {
max-width: 95px;
padding: 2px;
}

.foto_com {
display:inline-block;
width:100px;
vertical-align: top;
padding: 3px ;
}

#mappng {
	width:40px;
	vertical-align: top;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);

}

#track_online {
}

#to_zag {
display:inline-block;
margin-left:10px;
}


