/*----------------------------------HANDHELD----------------------------------*/
/*remove all default margins and padding*/
div {
 margin:0;
 padding:0;
 }
#header {
 width:100%;
 height:20px;
 background:transparent url(images/mobile.jpg) no-repeat;
 }
#content img{
 display:none;
 }
/*Remove unwanted columns*/
#sidebar {
 display:none;
 } 