/*
// author: Patrick Hansen
// site: http://www.patrickhansen.com
// date: May 13, 2010
*/

/*
------------------------------------------------------------------------------------------
note: the following selector does handle the CSS button example
------------------------------------------------------------------------------------------
*/
/* ======================= This CSS controls the css button example =======================*/
a.css_button {
	display:block;
	height: 146px;
	width: 115px;
	background: url(../images/buttons/button_mySkull.gif) top left no-repeat;
}

a.css_button:hover {
	background: url(../images/buttons/button_mySkull_hover.gif) top left no-repeat;
}