				#main .info dl {
					margin: 0;
					padding: 0;
					border-bottom: 1px dotted #000;
					padding-bottom: 20px;
					margin-bottom: 20px;
					position: relative;
					height: 150px;
				}
				.info dt,
				.info dd {
					margin-left: 250px;
				}
				.info dd.img {
					position: absolute;
					top: 0px;
					left: 0;
					margin-left: 0;
					max-width: 200px; 
					max-height: 125px;
					overflow: hidden;
					text-align: center;
				}
				.info dt {
					font-weight: bold;
					margin-bottom: 10px;	
				}
