#Graph{
    display:block;
    width:350px;
    height:250px;
    margin-left:auto;
    margin-right:auto;
}
#Market{
    height:250px;
    width:250px;
    float:right
}
#Money{
    height:250px;
    width:250px;
    float:left;
}
body {
    background-color:#00FF00;
}

#Chart{
   
   
    float:right;
}