/* Custom Login Styles */
 
html {background:#F2E49C url(../images/pbd-body.jpg) 0 0 repeat-x;}	/* Page background. Can't use the body tag for this! */
h1 a {	/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
	background:url(http://www.senorwooly.com/images/billy_still.png) 0 0 no-repeat;
	width:108px;
	height:161px;
} 
 
body.login {
	border-top-color:#3F4101;
}	/* Top bar background color */


.login p#backtoblog a:link, .login p#backtoblog a:visited {
	color:#F2E49C;
}	/* Link effects in top bar */


.login p#backtoblog a:hover, .login p#backtoblog a:active {
	color:#9D5E2A;text-decoration:underline;
}	/* Rollover link effects in top bar */