div.card{
    background: url("img/bg_card.gif") top left repeat-y;
    width: 510px;
    text-align:left;
    font-size:110%;
    line-height:1.2;
    }
    
div.head{
    width: 510px;
    height:117px;
    background: url("img/bg_head.gif") top left no-repeat;
    }
    
	div.name{
	    padding-left:90px;
	    padding-top:61px;
	    width: 345px;
	    height:30px;
	    color:#fff;
	    font-size:120%;
	    font-weight:bold;
	    text-align:center;
	    }
    
div.main{
    background: url("img/bg_img.gif") left bottom no-repeat;
    width: 510px;
    }
    
div.text{
   margin:0 50px;}
    
    
div.img{
width:510px;
padding-top:25px;
padding-bottom:40px;
text-align:center;}