html, body {
  margin: 0;
	background: #000000 url(img/castelli_group.jpg) 50% 50% no-repeat;
	
}
span {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
color:#666666
	

}

#container{
width:483px; height:483px;
}

#group {
padding:97px 0 0 226px; text-align:left

}


/*******MOZ HACK******/
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
      
/*remove dotter border on lone imgs*/

img {border:none;}


/*remove dotted borders on img links*/

 a:active, a:focus {outline: 0;}


/*******MOZ HACK******/