@charset "utf-8";
/* CSS Document */
@media handheld and (max-device-width:480px){
#cap{
	display:none; 
}

#postit{
	display:none; 
}
}
