#wpwrap {
}
#wphead /*The main title of the admin panel. Used to display the name of the blog and a link to View Site.*/ {
}
#adminmenu ul /*The main level navigation bar, for links: Dashboard, Write, Manage, etc.*/{
}
#adminmenu2 ul /*The sub level navigation bar, for links (example: under Manage: Posts, Pages, Categories).*/{
}
.wrap /*The basic wrapper for all content in the admin panel, set in a <div>.*/{
}
#zeitgeist /*The sidebar on the Dashboard displaying Latest Activity and Blog Stats.*/{
}
#footer /*The footer at the bottom, with Wordpress logo, version number, and help links.*/{
}
.wrap h2 /*Individual Page headers for the various subpanels, like General Options.*/{
	text-shadow:0 1px 1px #f2f2f2;
}


