div.card{
    background: url(img/bg_card.gif) top left repeat-y;
    width: 522px;
    text-align:left;
    font-size:110%;
    line-height:1.2;
    }
    
div.head{
    width: 522px;
    height:120px;
    background: url(img/bg_head.gif) top left no-repeat;
    }
    
	div.name{
	    padding-left:155px;
	    padding-top:71px;
	    width: 370px;
	    height:30px;
	    color:#CA0014;
	    font-size:120%;
	    font-weight:bold;
	    text-align:center;
	    }
    
div.main{
    background: url(img/bg_main.gif) left top no-repeat;
    width: 522px;
    }
    
div.text{
   margin:0 50px;}
    
    
div.img{
background: url(img/bg_img.gif) left bottom no-repeat;
width:522px;
padding-top:25px;
padding-bottom:40px;
text-align:center;}
