

#Content {  
    display: table;
	width:100%;
}  
  
#mainContent {  
        display: table-cell;  
        width: 620px;  
         
    }  
  
    aside {  
        display: table-cell;  
        width: 100px;  
		padding-right: 20px; 
    } 