 body{
      background: url(images/mdm.jpg) no-repeat left top;
      margin:0;
      padding:0;
}

#mdm-top{
	width: 600px;
	height: 170px;
    float: left;
}
#mdm-content {
    width: 580px;
    height: 320px;
    overflow: hidden;
    text-align: justify;
    padding: 0 10px;
    float: left;
}
#mdm-content img{
    float: left;
    padding:12px;
    border: solid 1px #ff8a8a;
    padding:4px;
	background:#ffffff;
    margin-right:10px;
}
#title{
    color: #c10900 !important;
    font-weight: bold !important;
    font-size: 14px !important;
	padding-bottom:8px;
}
#mdm-content p{
  font: normal 12px Arial;
  color:#000000;
  line-height:18px;
}

