#meubox{
width:960px;
margin:0px auto;
}

#col01{
width:960px;
float:left;
}

#col02{
width:400px;
float:left;
}


@media screen and (max-width:959px){

#meubox{
width:100%;
}
#col01{
width:100%;
}
#col02{
width:30%;
}
	
}	

@media screen and (max-width:640px){
#col01{
width:100%;
}
#col02{
width:100%;
}
}