/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";


/* Site
-------------------------------------------------------------- */
  
  /* Put your site styles here */
  
#header {margin:-15px 0px -38px 0px;}

a.my {
	display:block;
	width: 90px;
	height: 73px;
	background: url(/images/scona-bubble.gif) 0 0 no-repeat;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	border:0;
	text-indent: -2000px;
}
a.my:hover {
	color:#c00;
	background: url(/images/scona-bubble.gif) 0 -74px no-repeat;	
}