/* Diplays the custom graphics for the login screen*/
#login form {
	background:url(images/custom_login.jpg ) center top no-repeat;
	padding-top:100px;}

#login h1 {
	display:none;}

/* Hides the default Wordpress Admin footer content*/	
#footer {
	display:none;}

/* Hides the default Wordpress Admin header content*/	
#wphead img, #wphead h1 {
	display:none;}
	
/*Custom classes for the Wordpress Admin header*/		
#wphead {
	background:#464646 url(images/custom_header.png) no-repeat;
	height:100px;}
#wphead-info {
	padding-top:27px;}

/*Custom classes for the Wordpress Admin footer*/	
#footer_custom {
	clear: both;
	text-align: center;
	width: 500px;
	margin: auto;
	height: 100px;}

#footer_custom .docs {
	padding-top: 0px;
	line-height: 100%;}

#footer_image {
	border:none;}
	
 /* Custom Postioning Value to make the plugin work with Ozh's Drop Down Menu 	
#ozhmenu {
   top:-147px;}*/