@media only screen and (max-device-width: 1000px) {

#wrap{
	width:100%;
}
#top {
width:99%;
height:auto;
}
#panel {
    display:none;
}
#footer {
width:100%;

}
}	
@media only screen and (max-device-width: 951px) {
    
    #u {
    width:99%;    
    }
}