	 	 /*********** start left ***********/

#left p{
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: transparent;
   background-image: url(http://www.basketquartu.it/public/Content/Image/Left.jpg);
   background-repeat: no-repeat;
   background-position: top left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align: right;
   text-decoration: none;
   color: #808080;
   margin: 0px;
   width: 320px; 
   height: 100%;
  padding: 0px;
   z-index: 299;
}

/* left column photo */

#leftPhoto{
   position: absolute;
   top: 0px;
   left: 0px;
   margin: 0px;
   width: 100%;
   height: 0px;
   padding: 0px;
}

/* left column box */
#leftBottom {
   position: absolute;
   top: 50px;
   left: 0px;
   background-color: #306b00;
   background-image: url(http://www.basketquartu.it/public/Content/Image/Bimbi.gif);
   background-repeat: no-repeat;
   background-position: bottom right;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 33px;
   padding-left: 0px;
   width: 320px;
   height: 2983px;
   margin: 0px;
   z-index: 299;
}
 /*********** end left ***********/
  
